#include <stdlib.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <string>
#include <stdexcept>
Include dependency graph for Alloc.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | clAlloc |
Class for memory allocation operations. More... | |
Defines | |
#define | ALLOC_USE_ALIGN |
#define | ALLOC_ALIGNMENT 32 |
|
|
|
Definition at line 37 of file Alloc.hh. Referenced by clAlloc::Resize(), and clAlloc::Size(). |