Geant4-11
|
#include <G4Allocator.hh>
Public Member Functions | |
G4AllocatorBase () | |
virtual std::size_t | GetAllocatedSize () const =0 |
virtual int | GetNoPages () const =0 |
virtual std::size_t | GetPageSize () const =0 |
virtual const char * | GetPoolType () const =0 |
virtual void | IncreasePageSize (unsigned int sz)=0 |
virtual void | ResetStorage ()=0 |
virtual | ~G4AllocatorBase () |
Definition at line 47 of file G4Allocator.hh.
G4AllocatorBase::G4AllocatorBase | ( | ) |
Definition at line 35 of file G4Allocator.cc.
References G4AllocatorList::GetAllocatorList(), and G4AllocatorList::Register().
|
virtual |
Definition at line 41 of file G4Allocator.cc.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |