#include <cstddef>#include <algorithm>#include <promeki/core/namespace.h>#include <promeki/core/mutex.h>#include <promeki/core/string.h>#include <promeki/core/map.h>#include <promeki/core/set.h>
Go to the source code of this file.
Classes | |
| class | MemPool |
| Thread-safe memory pool allocator with external metadata. More... | |
| struct | MemPool::Stats |
| Statistics about the current state of the memory pool. More... | |
| class | MemPool::Block |
| Represents a contiguous region of memory in the pool. More... | |
See LICENSE file in the project root folder for license information.