Function allocate_object_track

Source
pub fn allocate_object_track<T: 'static>(
    allocation_tracker: &mut AllocationTracker,
) -> Object<T>