|
libcute 0.1
|
#include <gpallocator.h>

Public Attributes | |
| cu_Allocator | backingAllocator |
| struct cu_GPAllocator_BucketHeader * | smallBuckets [CU_GPA_NUM_SMALL_BUCKETS] |
| struct cu_GPAllocator_BucketHeader * | smallBucketTails [CU_GPA_NUM_SMALL_BUCKETS] |
| struct cu_GPAllocator_LargeAlloc * | largeAllocs |
| size_t | bucketSize |
Runtime state for the general purpose allocator.
| cu_Allocator cu_GPAllocator::backingAllocator |
allocator used for all bookkeeping
| size_t cu_GPAllocator::bucketSize |
requested bucket size
| struct cu_GPAllocator_LargeAlloc* cu_GPAllocator::largeAllocs |
linked list of large allocations