|
FreeNOS
|
Go to the source code of this file.
Data Structures | |
| class | PoolAllocator |
| Memory allocator which uses pools that each manage same-sized objects. More... | |
| struct | PoolAllocator::Pool |
| Allocates same-sized objects from a contiguous block of memory. More... | |
| struct | PoolAllocator::ObjectPrefix |
| This data structure is prepended in memory before each object. More... | |
| struct | PoolAllocator::ObjectPostfix |
| Appended in memory after each object. More... | |
1.8.17