![]() |
PandaRoot
|
#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 *=nullptr) |
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 26 of file std_alloc.h.
typedef const T* nsL1::SimdAlloc< T >::const_pointer |
Definition at line 31 of file std_alloc.h.
typedef const T& nsL1::SimdAlloc< T >::const_reference |
Definition at line 33 of file std_alloc.h.
typedef std::ptrdiff_t nsL1::SimdAlloc< T >::difference_type |
Definition at line 35 of file std_alloc.h.
typedef T* nsL1::SimdAlloc< T >::pointer |
Definition at line 30 of file std_alloc.h.
typedef T& nsL1::SimdAlloc< T >::reference |
Definition at line 32 of file std_alloc.h.
typedef std::size_t nsL1::SimdAlloc< T >::size_type |
Definition at line 34 of file std_alloc.h.
typedef T nsL1::SimdAlloc< T >::value_type |
Definition at line 29 of file std_alloc.h.
|
inline |
Definition at line 50 of file std_alloc.h.
|
inline |
Definition at line 51 of file std_alloc.h.
|
inline |
Definition at line 53 of file std_alloc.h.
|
inline |
Definition at line 56 of file std_alloc.h.
|
inline |
Definition at line 44 of file std_alloc.h.
|
inline |
Definition at line 45 of file std_alloc.h.
|
inline |
Definition at line 62 of file std_alloc.h.
|
inline |
Definition at line 77 of file std_alloc.h.
|
inline |
Definition at line 105 of file std_alloc.h.
|
inline |
Definition at line 92 of file std_alloc.h.
|
inline |
|
inline |
Definition at line 122 of file std_alloc.h.
|
inline |
Definition at line 123 of file std_alloc.h.
|
inline |
Definition at line 118 of file std_alloc.h.
|
inline |
Definition at line 120 of file std_alloc.h.
|
inline |
Definition at line 119 of file std_alloc.h.
|
inline |
Definition at line 121 of file std_alloc.h.