ma_slot_allocator_alloc function
ma_result
ma_slot_allocator_alloc(
- Pointer<
ma_slot_allocator> pAllocator, - Pointer<
ma_uint64> pSlot
Implementation
ma_result ma_slot_allocator_alloc(
ffi.Pointer<ma_slot_allocator> pAllocator,
ffi.Pointer<ma_uint64> pSlot,
) => ma_result.fromValue(_ma_slot_allocator_alloc(pAllocator, pSlot));