HAllocator
A Simple C++ Memory Allocator
Loading...
Searching...
No Matches
Namespaces
Block.cpp File Reference

Implementation of Block memory allocator. More...

#include "../includes/Block.hpp"
#include <sys/mman.h>
#include <algorithm>
#include <cstddef>
#include <fstream>
#include "../includes/RBTreeDriver.hpp"
Include dependency graph for Block.cpp:

Namespaces

namespace  hh
 
namespace  hh::halloc
 

Detailed Description

Implementation of Block memory allocator.