Galois
|
This is the base source of memory for all allocators. More...
#include <Mem.h>
Public Types | |
enum | { AllocSize = 2 * 1024 * 1024 } |
Public Member Functions | |
SystemHeap () | |
~SystemHeap () | |
void * | allocate (size_t) |
void | deallocate (void *ptr) |
This is the base source of memory for all allocators.
It maintains a freelist of chunks acquired from the system
SystemHeap::SystemHeap | ( | ) |
SystemHeap::~SystemHeap | ( | ) |
|
inline |
|
inline |