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. More... | |
Public Member Functions | |
ArenaHeapSTLAllocator_initParams (size_t nblock=1000, const std::string &name="") | |
Constructor. More... | |
ArenaAllocatorBase::Params | params () const |
Return an initialized parameters structure. More... | |
operator ArenaAllocatorBase::Params () const | |
Return an initialized parameters structure. More... | |
ArenaAllocatorBase::Params | params () const |
Return an initialized parameters structure. More... | |
operator ArenaAllocatorBase::Params () const | |
Return an initialized parameters structure. More... | |
operator Params () const | |
Return an initialized parameters structure. More... | |
Private Attributes | |
size_t | m_nblock |
Saved value of the number of elements to allocate per block. More... | |
std::string | m_name |
Saved value of the allocator name. More... | |
Initializer for pool allocator parameters.
We override the defaults to disable calling the payload ctor/dtor.
Definition at line 61 of file ArenaHeapSTLAllocator.h.
typedef ArenaHeapAllocator::initParams<T, false, true, true> SG::ArenaHeapSTLAllocator_initParams< T >::Base |
We take defaults from this.
Definition at line 66 of file ArenaHeapSTLAllocator.h.
SG::ArenaHeapSTLAllocator_initParams< T >::ArenaHeapSTLAllocator_initParams | ( | size_t | nblock = 1000 , |
const std::string & | name = "" |
||
) |
|
inline |
|
inlineinherited |
|
inlineinherited |
ArenaAllocatorBase::Params SG::ArenaHeapSTLAllocator_initParams< T >::params | ( | ) | const |
Return an initialized parameters structure.
|
inherited |
Return an initialized parameters structure.
|
privateinherited |
Saved value of the allocator name.
Definition at line 343 of file ArenaAllocatorBase.h.
|
privateinherited |
Saved value of the number of elements to allocate per block.
Definition at line 340 of file ArenaAllocatorBase.h.