|
HAllocator
A Simple C++ Memory Allocator
|

Files | |
| Block.hpp | |
| Memory block management with Red-Black tree based allocator. | |
| BlocksContainer.hpp | |
| Container managing multiple memory blocks for large-scale allocations. | |
| Halloc.hpp | |
| High-level allocator interface using Red-Black tree for efficient memory management. | |
| RBTreeDriver.hpp | |
| Template wrapper class for Red-Black tree operations. | |