Declaration of memory manager for allocating small pieces of memory. More...
#include <ogdf/basic/basic.h>
#include <ogdf/basic/exceptions.h>
#include <cstdint>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | ogdf::MallocMemoryAllocator |
Implements a simple memory manager using malloc() and free() . More... | |
struct | ogdf::MallocMemoryAllocator::MemElem |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of memory manager for allocating small pieces of memory.
Definition in file MallocMemoryAllocator.h.