| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

GaudiUtils::AllocatorPool::PoolChunk Class Reference

Collaboration diagram for GaudiUtils::AllocatorPool::PoolChunk:
[legend]
List of all members.

Public Member Functions

 PoolChunk (unsigned int sz)
 ~PoolChunk ()

Public Attributes

const unsigned int size
char * mem
PoolChunknext

Detailed Description

Definition at line 93 of file AllocatorPool.h.


Constructor & Destructor Documentation

GaudiUtils::AllocatorPool::PoolChunk::PoolChunk ( unsigned int  sz  )  [inline, explicit]

Definition at line 96 of file AllocatorPool.h.

00097         : size(sz), mem(new char[size]), next(0) {;}

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

Definition at line 98 of file AllocatorPool.h.

00098 { delete [] mem; }


Member Data Documentation

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

Definition at line 99 of file AllocatorPool.h.

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

Definition at line 100 of file AllocatorPool.h.

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

Definition at line 101 of file AllocatorPool.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:17 2011 for GaudiKernel by doxygen 1.4.7