ma_slot_allocator_init_preallocated function
ma_result
ma_slot_allocator_init_preallocated(
- Pointer<
ma_slot_allocator_config> pConfig, - Pointer<
Void> pHeap, - Pointer<
ma_slot_allocator> pAllocator
Implementation
ma_result ma_slot_allocator_init_preallocated(
ffi.Pointer<ma_slot_allocator_config> pConfig,
ffi.Pointer<ffi.Void> pHeap,
ffi.Pointer<ma_slot_allocator> pAllocator,
) => ma_result.fromValue(
_ma_slot_allocator_init_preallocated(pConfig, pHeap, pAllocator),
);