|
casacore
|
An allocator which allocates aligned memory. More...
#include <Allocator.h>
Public Types | |
| typedef casacore_allocator< T, ALIGNMENT > | type |
Public Types inherited from casacore::BaseAllocator< T, Sub > | |
| typedef T | value_type |
| typedef Sub | facade_type |
Public Types inherited from casacore::AbstractAllocator< T > | |
| typedef T | value_type |
Static Public Attributes | |
| static AlignedAllocator< T, ALIGNMENT > | value |
| an instance of this allocator. | |
Protected Member Functions | |
| AlignedAllocator () | |
Protected Member Functions inherited from casacore::BaseAllocator< T, Sub > | |
| BaseAllocator () | |
| virtual Allocator_private::BulkAllocator< T > * | getAllocator () const override |
Protected Member Functions inherited from casacore::AbstractAllocator< T > | |
| AbstractAllocator () | |
Additional Inherited Members | |
Public Member Functions inherited from casacore::BaseAllocator< T, Sub > | |
| virtual | ~BaseAllocator () |
Public Member Functions inherited from casacore::AbstractAllocator< T > | |
| virtual | ~AbstractAllocator () |
An allocator which allocates aligned memory.
Definition at line 377 of file Allocator.h.
| typedef casacore_allocator<T, ALIGNMENT> casacore::AlignedAllocator< T, ALIGNMENT >::type |
Definition at line 379 of file Allocator.h.
|
inlineprotected |
Definition at line 383 of file Allocator.h.
|
static |
an instance of this allocator.
Definition at line 381 of file Allocator.h.