Geant4-11
|
Public Member Functions | |
G4PoolChunk (unsigned int sz) | |
~G4PoolChunk () | |
Data Fields | |
char * | mem |
G4PoolChunk * | next |
const unsigned int | size |
Definition at line 79 of file G4AllocatorPool.hh.
|
inlineexplicit |
Definition at line 82 of file G4AllocatorPool.hh.
|
inline |
char* G4AllocatorPool::G4PoolChunk::mem |
Definition at line 91 of file G4AllocatorPool.hh.
Referenced by ~G4PoolChunk().
G4PoolChunk* G4AllocatorPool::G4PoolChunk::next |
Definition at line 92 of file G4AllocatorPool.hh.
const unsigned int G4AllocatorPool::G4PoolChunk::size |
Definition at line 90 of file G4AllocatorPool.hh.