#include "IgTools/IgProf/src/IgProfBuffer.h"
#include <sys/mman.h>
#include <memory.h>
#include <errno.h>
Go to the source code of this file.
Variables | |
static const unsigned int | MEM_POOL_SIZE = 8*1024*1024 |
const unsigned int MEM_POOL_SIZE = 8*1024*1024 [static] |
Definition at line 10 of file IgProfBuffer.cc.
Referenced by IgProfBuffer::allocatePool(), IgProfBuffer::IgProfBuffer(), and IgProfBuffer::~IgProfBuffer().