ma_slot_allocator_free function
Implementation
ma_result ma_slot_allocator_free(
ffi.Pointer<ma_slot_allocator> pAllocator,
Dartma_uint64 slot,
) => ma_result.fromValue(_ma_slot_allocator_free(pAllocator, slot));
ma_result ma_slot_allocator_free(
ffi.Pointer<ma_slot_allocator> pAllocator,
Dartma_uint64 slot,
) => ma_result.fromValue(_ma_slot_allocator_free(pAllocator, slot));