GaudiUtils::AllocatorPool::PoolChunk Class Reference
Collaboration diagram for GaudiUtils::AllocatorPool::PoolChunk:

Public Member Functions

 PoolChunk (unsigned int sz)
 
 ~PoolChunk ()
 
 PoolChunk (unsigned int sz)
 
 ~PoolChunk ()
 

Public Attributes

const unsigned int size
 
char * mem
 
PoolChunknext
 

Detailed Description

Definition at line 95 of file AllocatorPool.h.

Constructor & Destructor Documentation

GaudiUtils::AllocatorPool::PoolChunk::PoolChunk ( unsigned int  sz)
inlineexplicit

Definition at line 98 of file AllocatorPool.h.

GaudiUtils::AllocatorPool::PoolChunk::~PoolChunk ( )
inline

Definition at line 100 of file AllocatorPool.h.

100 { delete [] mem; }
GaudiUtils::AllocatorPool::PoolChunk::PoolChunk ( unsigned int  sz)
inlineexplicit

Definition at line 98 of file AllocatorPool.h.

GaudiUtils::AllocatorPool::PoolChunk::~PoolChunk ( )
inline

Definition at line 100 of file AllocatorPool.h.

100 { delete [] mem; }

Member Data Documentation

char * GaudiUtils::AllocatorPool::PoolChunk::mem

Definition at line 102 of file AllocatorPool.h.

PoolChunk * GaudiUtils::AllocatorPool::PoolChunk::next

Definition at line 103 of file AllocatorPool.h.

const unsigned int GaudiUtils::AllocatorPool::PoolChunk::size

Definition at line 101 of file AllocatorPool.h.


The documentation for this class was generated from the following file: