nngn
|
Custom memory allocators.
More...Files | |
base.cpp | |
base.h | |
block.cpp | |
block.h | |
realloc.cpp | |
realloc.h | |
tagging.cpp | |
tagging.h | |
tracking.cpp | |
tracking.h | |
Custom memory allocators.
This module contains custom memory allocators and allocator utilities used by various other modules.
The following are available as base classes:
The following allocators are implemented:
realloc(3)
-based allocator (thus only useable for trivial types) which supports reallocation.malloc(3)
implementations.In addition, the following helpers are available: