STL compatible allocator to use with with 16 byte aligned types. More...
#include <Memory.h>

Classes | |
| struct | rebind |
Public Types | |
| typedef const T * | const_pointer |
| typedef const T & | const_reference |
| typedef std::ptrdiff_t | difference_type |
| typedef T * | pointer |
| typedef T & | reference |
| typedef size_t | size_type |
| typedef T | value_type |
Public Member Functions | |
| aligned_allocator () | |
| aligned_allocator (const aligned_allocator &other) | |
| template<class U > | |
| aligned_allocator (const aligned_allocator< U > &other) | |
| pointer | allocate (size_type num, const void *=0) |
| void | deallocate (pointer p, size_type) |
| ~aligned_allocator () | |
STL compatible allocator to use with with 16 byte aligned types.
Example:
| typedef const T* Eigen::aligned_allocator< T >::const_pointer |
| typedef const T& Eigen::aligned_allocator< T >::const_reference |
| typedef std::ptrdiff_t Eigen::aligned_allocator< T >::difference_type |
| typedef T* Eigen::aligned_allocator< T >::pointer |
| typedef T& Eigen::aligned_allocator< T >::reference |
| typedef size_t Eigen::aligned_allocator< T >::size_type |
| typedef T Eigen::aligned_allocator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |