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 | |
| pointer | address (reference value) const |
| const_pointer | address (const_reference value) const |
| aligned_allocator () | |
| aligned_allocator (const aligned_allocator &) | |
| template<class U > | |
| aligned_allocator (const aligned_allocator< U > &) | |
| pointer | allocate (size_type num, const void *hint=0) |
| void | construct (pointer p, const T &value) |
| void | deallocate (pointer p, size_type) |
| void | destroy (pointer p) |
| size_type | max_size () const |
| bool | operator!= (const aligned_allocator< T > &) const |
| bool | operator== (const aligned_allocator< T > &) const |
| ~aligned_allocator () | |
STL compatible allocator to use with with 16 byte aligned types.
Example:
| 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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Eigen::internal::aligned_malloc(), and EIGEN_UNUSED_VARIABLE.
|
inline |
References Eigen::internal::aligned_free().
|
inline |
|
inline |
|
inline |
|
inline |
1.8.1.1