Struct SYN_SlabAllocator¶
Multi-Class Slab Allocator.
#include <syn_slab.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t * | backing_memory |
| SYN_SlabClass | classes |
| size_t | num_classes |
| size_t | total_memory_size |
Public Attributes Documentation¶
variable backing_memory¶
Backing memory pointer
variable classes¶
Slab classes
variable num_classes¶
Number of configured classes
variable total_memory_size¶
Total backing size
The documentation for this class was generated from the following file src/syntropic/util/syn_slab.h