#include <Allocator.h>
Definition at line 205 of file Allocator.h.
◆ get_allocator()
template<typename Allocator>
| BulkAllocator< typename Allocator::value_type > * casacore::Allocator_private::get_allocator |
( |
| ) |
|
|
inlinestaticprivate |
◆ get_allocator_raw()
template<typename Allocator>
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 300 of file Allocator.h.
Referenced by get_allocator().
◆ AbstractAllocator
template<typename T>
| friend class AbstractAllocator |
|
friend |
◆ BaseAllocator
template<typename T, typename Sub>
| friend class BaseAllocator |
|
friend |
◆ Block
The documentation for this class was generated from the following file: