Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Public Member Functions | Public Attributes

GaudiUtils::AllocatorPool::PoolChunk Class Reference

Collaboration diagram for GaudiUtils::AllocatorPool::PoolChunk:
Collaboration graph
[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 95 of file AllocatorPool.h.


Constructor & Destructor Documentation

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

Definition at line 98 of file AllocatorPool.h.

        : size(sz), mem(new char[size]), next(0) {;}
GaudiUtils::AllocatorPool::PoolChunk::~PoolChunk (  ) [inline]

Definition at line 100 of file AllocatorPool.h.

{ delete [] mem; }

Member Data Documentation

Definition at line 102 of file AllocatorPool.h.

Definition at line 103 of file AllocatorPool.h.

Definition at line 101 of file AllocatorPool.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Fri Sep 2 2011 16:26:03 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004