You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use Allocator.get_space() then invoke initialize_object_metadata on the space. This is the only use fo Allocator.get_space(). As initialize_object_metadata is a function in SFT, we can use SFT to call initialize_object_metadata, and remove Allocator.get_space().