executorch_MemoryAllocator_allocate

Function executorch_MemoryAllocator_allocate 

Source
pub unsafe extern "C" fn executorch_MemoryAllocator_allocate(
    self_: *mut MemoryAllocator,
    size: usize,
    alignment: usize,
) -> *mut c_void