ma_slot_allocator_free function

ma_result ma_slot_allocator_free(
  1. Pointer<ma_slot_allocator> pAllocator,
  2. Dartma_uint64 slot
)

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));