ma_slot_allocator_init_preallocated function

ma_result ma_slot_allocator_init_preallocated(
  1. Pointer<ma_slot_allocator_config> pConfig,
  2. Pointer<Void> pHeap,
  3. 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),
);