
#include <miniaudio.h>
Collaboration diagram for ma_slot_allocator:Public Attributes | |
| ma_slot_allocator_group * | pGroups |
| ma_uint32 * | pSlots |
| ma_uint32 | count |
| ma_uint32 | capacity |
| ma_bool32 | _ownsHeap |
| void * | _pHeap |
Definition at line 5825 of file miniaudio.h.
| ma_bool32 ma_slot_allocator::_ownsHeap |
Definition at line 5833 of file miniaudio.h.
| void* ma_slot_allocator::_pHeap |
Definition at line 5834 of file miniaudio.h.
| ma_uint32 ma_slot_allocator::capacity |
Definition at line 5830 of file miniaudio.h.
| ma_uint32 ma_slot_allocator::count |
Definition at line 5829 of file miniaudio.h.
| ma_slot_allocator_group* ma_slot_allocator::pGroups |
Definition at line 5827 of file miniaudio.h.
| ma_uint32* ma_slot_allocator::pSlots |
Definition at line 5828 of file miniaudio.h.
