#include <Allocator.h>
Definition at line 212 of file Allocator.h.
template<typename Allocator >
static BulkAllocator<typename Allocator::value_type>* casacore::Allocator_private::get_allocator |
( |
| ) |
|
|
inlinestaticprivate |
template<typename Allocator >
static BulkAllocatorImpl<Allocator>* casacore::Allocator_private::get_allocator_raw |
( |
| ) |
|
|
inlinestaticprivate |
Because this function gets called from destructors of statically allocated objects that get destructed after the program finishes, the allocator is constructed in a static storage space and is never destructed.
Definition at line 307 of file Allocator.h.
template<typename T , typename Sub >
The documentation for this class was generated from the following file: