Interface for an allocator for small chunks without a free. Memory is freed in the destructor of the allocator.
More...
#include <allocators.hpp>
Interface for an allocator for small chunks without a free. Memory is freed in the destructor of the allocator.
_Wolframe::utils::GreedySmallChunkAllocator::GreedySmallChunkAllocator |
( |
| ) |
|
_Wolframe::utils::GreedySmallChunkAllocator::~GreedySmallChunkAllocator |
( |
| ) |
|
void* _Wolframe::utils::GreedySmallChunkAllocator::alloc |
( |
std::size_t |
nofBytes | ) |
|
MemChunk* _Wolframe::utils::GreedySmallChunkAllocator::m_chunk |
|
private |
The documentation for this class was generated from the following file: