cloudy
trunk
|
#include <vectorize.h>
Data Structures | |
struct | rebind |
Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
typedef T | value_type |
Public Member Functions | |
allocator_avx () throw () | |
allocator_avx (const allocator_avx &a) throw () | |
template<class U > | |
allocator_avx (const allocator_avx< U > &) throw () | |
~allocator_avx () throw () | |
pointer | allocate (size_type n, typename allocator_avx< void >::const_pointer=NULL) |
void | deallocate (pointer p, size_type) throw () |
Definition at line 264 of file vectorize.h.
typedef const T* allocator_avx< T >::const_pointer |
Definition at line 291 of file vectorize.h.
typedef const T& allocator_avx< T >::const_reference |
Definition at line 293 of file vectorize.h.
typedef ptrdiff_t allocator_avx< T >::difference_type |
Definition at line 289 of file vectorize.h.
typedef T* allocator_avx< T >::pointer |
Definition at line 290 of file vectorize.h.
typedef T& allocator_avx< T >::reference |
Definition at line 292 of file vectorize.h.
typedef size_t allocator_avx< T >::size_type |
Definition at line 288 of file vectorize.h.
typedef T allocator_avx< T >::value_type |
Definition at line 294 of file vectorize.h.
|
inline |
Definition at line 306 of file vectorize.h.
|
inline |
Definition at line 308 of file vectorize.h.
|
inline |
Definition at line 311 of file vectorize.h.
|
inline |
Definition at line 313 of file vectorize.h.
|
inline |
Definition at line 315 of file vectorize.h.
References CD_ALIGN.
|
inline |
Definition at line 323 of file vectorize.h.
References posix_memalign_free().