[][src]Function yaap::a::allocate

pub unsafe fn allocate<T>(
    alloc: &RefCell<dyn Allocator>,
    num_objects: usize
) -> PtrUninit<T>