Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Allocator.hh>
Public Member Functions | |
G4AllocatorBase () | |
virtual | ~G4AllocatorBase ()=default |
virtual void | ResetStorage ()=0 |
virtual std::size_t | GetAllocatedSize () const =0 |
virtual int | GetNoPages () const =0 |
virtual std::size_t | GetPageSize () const =0 |
virtual void | IncreasePageSize (unsigned int sz)=0 |
virtual const char * | GetPoolType () const =0 |
Definition at line 47 of file G4Allocator.hh.
G4AllocatorBase::G4AllocatorBase | ( | ) |
Definition at line 35 of file G4Allocator.cc.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |