|
HAllocator
A Simple C++ Memory Allocator
|
Implementation of Block memory allocator. More...
#include "../includes/Block.hpp"#include <sys/mman.h>#include <algorithm>#include <cstddef>#include <fstream>#include "../includes/RBTreeDriver.hpp"
Namespaces | |
| namespace | hh |
| namespace | hh::halloc |
Implementation of Block memory allocator.