CbmRoot
|
#include <std_alloc.h>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
pointer | address (reference value) const |
const_pointer | address (const_reference value) const |
SimdAlloc () throw () | |
SimdAlloc (const SimdAlloc &) throw () | |
template<class U > | |
SimdAlloc (const SimdAlloc< U > &) throw () | |
~SimdAlloc () throw () | |
size_type | max_size () const throw () |
pointer | allocate (size_type num, const void *=0) |
void | construct (pointer p, const T &value) |
void | destroy (pointer p) |
void | deallocate (pointer p, size_type num) |
void * | operator new (size_t size, void *ptr) |
void * | operator new[] (size_t size, void *ptr) |
void * | operator new (size_t size) |
void * | operator new[] (size_t size) |
void | operator delete (void *ptr, size_t) |
void | operator delete[] (void *ptr, size_t) |
Definition at line 15 of file std_alloc.h.
typedef const T* nsL1::SimdAlloc< T >::const_pointer |
Definition at line 20 of file std_alloc.h.
typedef const T& nsL1::SimdAlloc< T >::const_reference |
Definition at line 22 of file std_alloc.h.
typedef std::ptrdiff_t nsL1::SimdAlloc< T >::difference_type |
Definition at line 24 of file std_alloc.h.
typedef T* nsL1::SimdAlloc< T >::pointer |
Definition at line 19 of file std_alloc.h.
typedef T& nsL1::SimdAlloc< T >::reference |
Definition at line 21 of file std_alloc.h.
typedef std::size_t nsL1::SimdAlloc< T >::size_type |
Definition at line 23 of file std_alloc.h.
typedef T nsL1::SimdAlloc< T >::value_type |
Definition at line 18 of file std_alloc.h.
|
inline |
Definition at line 39 of file std_alloc.h.
|
inline |
Definition at line 40 of file std_alloc.h.
|
inline |
Definition at line 42 of file std_alloc.h.
|
inline |
Definition at line 43 of file std_alloc.h.
|
inline |
Definition at line 34 of file std_alloc.h.
|
inline |
Definition at line 33 of file std_alloc.h.
|
inline |
Definition at line 51 of file std_alloc.h.
|
inline |
Definition at line 66 of file std_alloc.h.
|
inline |
Definition at line 93 of file std_alloc.h.
|
inline |
Definition at line 81 of file std_alloc.h.
|
inline |
Definition at line 46 of file std_alloc.h.
References max().
|
inline |
Definition at line 115 of file std_alloc.h.
References _mm_free.
|
inline |
Definition at line 116 of file std_alloc.h.
References _mm_free.
|
inline |
Definition at line 113 of file std_alloc.h.
References _mm_malloc.
|
inline |
Definition at line 107 of file std_alloc.h.
|
inline |
Definition at line 114 of file std_alloc.h.
References _mm_malloc.
|
inline |
Definition at line 110 of file std_alloc.h.