Structs§
- A simple bump allocator, sub-allocating from fixed size chunks that are provided by a parent allocator.
- A Contiguous buffer of memory holding multiple sub-allocaions.
- A simple pool for allocating and recycling memory chunks of a fixed size, protected by a mutex.
- Header at the beginning of recycled memory chunk.
Constants§
Functions§
- align 🔒