FreeNOS
|
This data structure is prepended in memory before each object. More...
Data Fields | |
u32 | signature |
Filled with a fixed value to detect corruption/overflows. More... | |
Pool * | pool |
Points to the Pool instance where this object belongs to. More... | |
This data structure is prepended in memory before each object.
Definition at line 84 of file PoolAllocator.h.
Pool* PoolAllocator::ObjectPrefix::pool |
Points to the Pool instance where this object belongs to.
Definition at line 87 of file PoolAllocator.h.
Referenced by PoolAllocator::allocate().
u32 PoolAllocator::ObjectPrefix::signature |
Filled with a fixed value to detect corruption/overflows.
Definition at line 86 of file PoolAllocator.h.
Referenced by PoolAllocator::allocate().