HAllocator
A Simple C++ Memory Allocator
Loading...
Searching...
No Matches
includes Directory Reference
Directory dependency graph for includes:
halloc/includes

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.