Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4AllocatorBase Class Referenceabstract

#include <G4Allocator.hh>

Inheritance 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 ( )

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 ( )
virtual

Definition at line 39 of file G4Allocator.cc.

39 {;}

Member Function Documentation

virtual size_t G4AllocatorBase::GetAllocatedSize ( ) const
pure virtual
virtual int G4AllocatorBase::GetNoPages ( ) const
pure virtual
virtual size_t G4AllocatorBase::GetPageSize ( ) const
pure virtual
virtual const char* G4AllocatorBase::GetPoolType ( ) const
pure virtual
virtual void G4AllocatorBase::IncreasePageSize ( unsigned int  sz)
pure virtual
virtual void G4AllocatorBase::ResetStorage ( )
pure virtual

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