Declaration of memory manager for allocating small pieces of memory. More...
#include <ogdf/basic/basic.h>#include <ogdf/basic/internal/config_autogen.h>#include <cstddef>#include <cstdint>#include <vector>#include <mutex>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.