Gaudi Framework, version v20r2

Generated: 18 Jul 2008

GaudiUtils::AllocatorPool::PoolChunk Class Reference

Collaboration diagram for GaudiUtils::AllocatorPool::PoolChunk:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 93 of file AllocatorPool.h.

Public Member Functions

 PoolChunk (unsigned int sz)
 ~PoolChunk ()

Public Attributes

const unsigned int size
char * mem
PoolChunknext


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.

References mem.

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.

Referenced by GaudiUtils::AllocatorPool::Grow(), and ~PoolChunk().

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

Definition at line 101 of file AllocatorPool.h.

Referenced by GaudiUtils::AllocatorPool::Grow(), and GaudiUtils::AllocatorPool::Reset().


The documentation for this class was generated from the following file:
Generated at Fri Jul 18 12:10:35 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004