Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <vectorize.h>
Classes | |
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 |
typedef true_type | propagate_on_container_move_assignment |
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 () |
typedef const T* allocator_avx< T >::const_pointer |
typedef const T& allocator_avx< T >::const_reference |
typedef ptrdiff_t allocator_avx< T >::difference_type |
typedef T* allocator_avx< T >::pointer |
typedef true_type allocator_avx< T >::propagate_on_container_move_assignment |
typedef T& allocator_avx< T >::reference |
typedef size_t allocator_avx< T >::size_type |
typedef T allocator_avx< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References CD_ALIGN.
|
inline |