|
Geant4
10.00.p01
|
#include <G4EnhancedVecAllocator.hh>
Inheritance diagram for G4EnhancedVecAllocator< _Tp >:
Collaboration diagram for G4EnhancedVecAllocator< _Tp >:Classes | |
| struct | rebind |
Public Member Functions | |
| G4EnhancedVecAllocator () | |
| G4EnhancedVecAllocator (const G4EnhancedVecAllocator< _Tp > &) | |
| template<typename _Tp1 > | |
| G4EnhancedVecAllocator (const G4EnhancedVecAllocator< _Tp1 > &) | |
| ~G4EnhancedVecAllocator () | |
| void | deallocate (_Tp *_Ptr, size_t _Count) |
| _Tp * | allocate (size_t _Count) |
Definition at line 80 of file G4EnhancedVecAllocator.hh.
|
inline |
Definition at line 87 of file G4EnhancedVecAllocator.hh.
|
inline |
Definition at line 89 of file G4EnhancedVecAllocator.hh.
|
inline |
Definition at line 93 of file G4EnhancedVecAllocator.hh.
|
inline |
Definition at line 96 of file G4EnhancedVecAllocator.hh.
| _Tp * G4EnhancedVecAllocator< _Tp >::allocate | ( | size_t | _Count | ) |
Definition at line 152 of file G4EnhancedVecAllocator.hh.
References G4AllocStats::allocStat, malloc(), G4AllocStats::numCat, G4ChunkIndexType::preAllocated, realloc(), G4ChunkIndexType::size, G4ChunkIndexType::totalspace, and G4AllocStats::totSpace.
Here is the call graph for this function:| void G4EnhancedVecAllocator< _Tp >::deallocate | ( | _Tp * | _Ptr, |
| size_t | _Count | ||
| ) |
Definition at line 117 of file G4EnhancedVecAllocator.hh.
References G4AllocStats::allocStat, G4AllocStats::numCat, and G4ChunkIndexType::totalspace.