Geant4  10.02.p03
G4AllocatorBase Class Referenceabstract

#include <G4Allocator.hh>

Inheritance diagram for G4AllocatorBase:
Collaboration diagram for G4AllocatorBase:

Public Member Functions

 G4AllocatorBase ()
 
virtual ~G4AllocatorBase ()
 
virtual void ResetStorage ()=0
 
virtual size_t GetAllocatedSize () const =0
 
virtual int GetNoPages () const =0
 
virtual size_t GetPageSize () const =0
 
virtual void IncreasePageSize (unsigned int sz)=0
 
virtual const char * GetPoolType () const =0
 

Detailed Description

Definition at line 53 of file G4Allocator.hh.

Constructor & Destructor Documentation

◆ G4AllocatorBase()

G4AllocatorBase::G4AllocatorBase ( )

Definition at line 34 of file G4Allocator.cc.

35 {
37 }
static G4AllocatorList * GetAllocatorList()
void Register(G4AllocatorBase *)
Here is the call graph for this function:

◆ ~G4AllocatorBase()

G4AllocatorBase::~G4AllocatorBase ( )
virtual

Definition at line 39 of file G4Allocator.cc.

39 {;}

Member Function Documentation

◆ GetAllocatedSize()

virtual size_t G4AllocatorBase::GetAllocatedSize ( ) const
pure virtual

◆ GetNoPages()

virtual int G4AllocatorBase::GetNoPages ( ) const
pure virtual

◆ GetPageSize()

virtual size_t G4AllocatorBase::GetPageSize ( ) const
pure virtual

◆ GetPoolType()

virtual const char* G4AllocatorBase::GetPoolType ( ) const
pure virtual

◆ IncreasePageSize()

virtual void G4AllocatorBase::IncreasePageSize ( unsigned int  sz)
pure virtual

◆ ResetStorage()

virtual void G4AllocatorBase::ResetStorage ( )
pure virtual

Implemented in G4Allocator< Type >, G4Allocator< G4KDNodeCopy< PointCopyT > >, G4Allocator< G4KDNode< PointT > >, and G4Allocator< G4KDTree >.

Here is the caller graph for this function:

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