An allocator which allocates aligned memory. More...
#include <Allocator.h>
Public Types | |
typedef casacore_allocator< T, ALIGNMENT > | type |
Static Public Attributes | |
static AlignedAllocator< T, ALIGNMENT > | value |
an instance of this allocator. | |
Protected Member Functions | |
AlignedAllocator () |
An allocator which allocates aligned memory.
Definition at line 443 of file Allocator.h.
typedef casacore_allocator<T, ALIGNMENT> casacore::AlignedAllocator< T, ALIGNMENT >::type |
Reimplemented in casacore::DefaultAllocator< T >.
Definition at line 445 of file Allocator.h.
casacore::AlignedAllocator< T, ALIGNMENT >::AlignedAllocator | ( | ) | [inline, protected] |
Definition at line 449 of file Allocator.h.
AlignedAllocator< T, ALIGNMENT > casacore::AlignedAllocator< T, ALIGNMENT >::value [inline, static] |
an instance of this allocator.
Reimplemented in casacore::DefaultAllocator< T >.
Definition at line 447 of file Allocator.h.