|
libcute 0.1
|
#include <slab.h>

Public Attributes | |
| cu_Allocator | backingAllocator |
| struct cu_SlabAllocator_Slab * | slabs |
| struct cu_SlabAllocator_Slab * | current |
| size_t | slabSize |
Runtime state for the slab allocator.
| cu_Allocator cu_SlabAllocator::backingAllocator |
allocator used for slabs
| struct cu_SlabAllocator_Slab* cu_SlabAllocator::current |
slab used for new allocations
| struct cu_SlabAllocator_Slab* cu_SlabAllocator::slabs |
list of allocated slabs
| size_t cu_SlabAllocator::slabSize |
bytes per slab