![]() |
ATLAS Offline Software
|
Initializer for pool allocator parameters. More...
#include <ArenaHeapSTLAllocator.h>
Public Types | |
| typedef ArenaHeapAllocator::initParams< T, false, true, true > | Base |
| We take defaults from this. | |
Public Member Functions | |
| ArenaHeapSTLAllocator_initParams (size_t nblock=1000, const std::string &name="") | |
| Constructor. | |
| ArenaAllocatorBase::Params | params () const |
| Return an initialized parameters structure. | |
| operator ArenaAllocatorBase::Params () const | |
| Return an initialized parameters structure. | |
Initializer for pool allocator parameters.
We override the defaults to disable calling the payload ctor/dtor.
Definition at line 60 of file ArenaHeapSTLAllocator.h.
| typedef ArenaHeapAllocator::initParams<T, false, true, true> SG::ArenaHeapSTLAllocator_initParams< T >::Base |
We take defaults from this.
Definition at line 65 of file ArenaHeapSTLAllocator.h.
| SG::ArenaHeapSTLAllocator_initParams< T >::ArenaHeapSTLAllocator_initParams | ( | size_t | nblock = 1000, |
| const std::string & | name = "" ) |
|
inline |
Return an initialized parameters structure.
Definition at line 82 of file ArenaHeapSTLAllocator.h.
| ArenaAllocatorBase::Params SG::ArenaHeapSTLAllocator_initParams< T >::params | ( | ) | const |
Return an initialized parameters structure.