|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |

Public Member Functions | |
| PoolChunk (unsigned int sz) | |
| ~PoolChunk () | |
Public Attributes | |
| const unsigned int | size |
| char * | mem |
| PoolChunk * | next |
Definition at line 95 of file AllocatorPool.h.
| GaudiUtils::AllocatorPool::PoolChunk::PoolChunk | ( | unsigned int | sz ) | [inline, explicit] |
| GaudiUtils::AllocatorPool::PoolChunk::~PoolChunk | ( | ) | [inline] |
Definition at line 100 of file AllocatorPool.h.
{ delete [] mem; }
Definition at line 102 of file AllocatorPool.h.
Definition at line 103 of file AllocatorPool.h.
| const unsigned int GaudiUtils::AllocatorPool::PoolChunk::size |
Definition at line 101 of file AllocatorPool.h.