ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4AllocatorPool::G4PoolChunk Class Reference
+ Collaboration diagram for G4AllocatorPool::G4PoolChunk:

Public Member Functions

 G4PoolChunk (unsigned int sz)
 
 ~G4PoolChunk ()
 

Public Attributes

const unsigned int size
 
char * mem
 
G4PoolChunknext
 

Detailed Description

Definition at line 86 of file G4AllocatorPool.hh.

View newest version in sPHENIX GitHub at line 86 of file G4AllocatorPool.hh

Constructor & Destructor Documentation

G4AllocatorPool::G4PoolChunk::G4PoolChunk ( unsigned int  sz)
inlineexplicit

Definition at line 89 of file G4AllocatorPool.hh.

View newest version in sPHENIX GitHub at line 89 of file G4AllocatorPool.hh

G4AllocatorPool::G4PoolChunk::~G4PoolChunk ( )
inline

Definition at line 91 of file G4AllocatorPool.hh.

View newest version in sPHENIX GitHub at line 91 of file G4AllocatorPool.hh

References mem.

Member Data Documentation

char* G4AllocatorPool::G4PoolChunk::mem

Definition at line 93 of file G4AllocatorPool.hh.

View newest version in sPHENIX GitHub at line 93 of file G4AllocatorPool.hh

Referenced by G4AllocatorPool::Grow(), and ~G4PoolChunk().

G4PoolChunk* G4AllocatorPool::G4PoolChunk::next

Definition at line 94 of file G4AllocatorPool.hh.

View newest version in sPHENIX GitHub at line 94 of file G4AllocatorPool.hh

Referenced by G4AllocatorPool::Grow(), and G4AllocatorPool::Reset().

const unsigned int G4AllocatorPool::G4PoolChunk::size

Definition at line 92 of file G4AllocatorPool.hh.

View newest version in sPHENIX GitHub at line 92 of file G4AllocatorPool.hh


The documentation for this class was generated from the following file: