|
Grid 0.7.0
|
#include <AlignedAllocator.h>
Data Structures | |
| struct | rebind |
Public Types | |
| typedef std::size_t | size_type |
| typedef std::ptrdiff_t | difference_type |
| typedef _Tp * | pointer |
| typedef const _Tp * | const_pointer |
| typedef _Tp & | reference |
| typedef const _Tp & | const_reference |
| typedef _Tp | value_type |
Public Member Functions | |
| alignedAllocator () throw () | |
| alignedAllocator (const alignedAllocator &) throw () | |
| template<typename _Tp1> | |
| alignedAllocator (const alignedAllocator< _Tp1 > &) throw () | |
| ~alignedAllocator () throw () | |
| pointer | address (reference __x) const |
| size_type | max_size () const throw () |
| pointer | allocate (size_type __n, const void *_p=0) |
| void | deallocate (pointer __p, size_type __n) |
| void | construct (pointer __p, const _Tp &__val) |
| void | construct (pointer __p) |
| void | destroy (pointer __p) |
Definition at line 34 of file AlignedAllocator.h.
| typedef std::size_t alignedAllocator< _Tp >::size_type |
Definition at line 36 of file AlignedAllocator.h.
| typedef std::ptrdiff_t alignedAllocator< _Tp >::difference_type |
Definition at line 37 of file AlignedAllocator.h.
| typedef _Tp* alignedAllocator< _Tp >::pointer |
Definition at line 38 of file AlignedAllocator.h.
| typedef const _Tp* alignedAllocator< _Tp >::const_pointer |
Definition at line 39 of file AlignedAllocator.h.
| typedef _Tp& alignedAllocator< _Tp >::reference |
Definition at line 40 of file AlignedAllocator.h.
| typedef const _Tp& alignedAllocator< _Tp >::const_reference |
Definition at line 41 of file AlignedAllocator.h.
| typedef _Tp alignedAllocator< _Tp >::value_type |
Definition at line 42 of file AlignedAllocator.h.
|
inline | ||||||||||||
Definition at line 45 of file AlignedAllocator.h.
|
inline | |||||||||||||
Definition at line 46 of file AlignedAllocator.h.
|
inline | |||||||||||||
Definition at line 47 of file AlignedAllocator.h.
|
inline | ||||||||||||
Definition at line 48 of file AlignedAllocator.h.
|
inline |
Definition at line 49 of file AlignedAllocator.h.
|
inline | ||||||||||||
Definition at line 50 of file AlignedAllocator.h.
|
inline |
Definition at line 52 of file AlignedAllocator.h.
Referenced by Lattice< CoarseSiteVector >::resize().
|
inline |
Definition at line 64 of file AlignedAllocator.h.
Referenced by Lattice< CoarseSiteVector >::dealloc().
|
inline |
Definition at line 72 of file AlignedAllocator.h.
|
inline |
Definition at line 73 of file AlignedAllocator.h.
|
inline |
Definition at line 74 of file AlignedAllocator.h.