NEST
2.6.0,not_revisioned_source_dir@0
|
A chunk of memory, one element in the linked list of the memory pool. More...
Public Member Functions | |
chunk (char *mem, chunk *next) | |
Public Attributes | |
char * | mem_ |
chunk * | next_ |
A chunk of memory, one element in the linked list of the memory pool.
|
inline |
char* PoorMansAllocator::chunk::mem_ |
chunk* PoorMansAllocator::chunk::next_ |
Referenced by PoorMansAllocator::destruct().