Geant4
10.03.p01
|
#include <G4EnhancedVecAllocator.hh>
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 155 of file G4EnhancedVecAllocator.hh.
void G4EnhancedVecAllocator< _Tp >::deallocate | ( | _Tp * | _Ptr, |
size_t | _Count | ||
) |
Definition at line 117 of file G4EnhancedVecAllocator.hh.