Declaration of memory manager for allocating small pieces of memory. More...
Go to the source code of this file.
Classes | |
| class | ogdf::PoolMemoryAllocator |
| Allocates memory in large chunks for better runtime. More... | |
| struct | ogdf::PoolMemoryAllocator::MemElem |
| Basic memory element used to realize a linked list of deallocated memory segments. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Declaration of memory manager for allocating small pieces of memory.
Definition in file PoolMemoryAllocator.h.