![]() |
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 14 of file std_alloc.h.
| typedef const T* nsL1::SimdAlloc< T >::const_pointer |
Definition at line 19 of file std_alloc.h.
| typedef const T& nsL1::SimdAlloc< T >::const_reference |
Definition at line 21 of file std_alloc.h.
| typedef std::ptrdiff_t nsL1::SimdAlloc< T >::difference_type |
Definition at line 23 of file std_alloc.h.
| typedef T* nsL1::SimdAlloc< T >::pointer |
Definition at line 18 of file std_alloc.h.
| typedef T& nsL1::SimdAlloc< T >::reference |
Definition at line 20 of file std_alloc.h.
| typedef std::size_t nsL1::SimdAlloc< T >::size_type |
Definition at line 22 of file std_alloc.h.
| typedef T nsL1::SimdAlloc< T >::value_type |
Definition at line 17 of file std_alloc.h.
|
inline | |||||||||||||
Definition at line 38 of file std_alloc.h.
|
inline | ||||||||||||||
Definition at line 39 of file std_alloc.h.
|
inline | ||||||||||||||
Definition at line 41 of file std_alloc.h.
|
inline | |||||||||||||
Definition at line 44 of file std_alloc.h.
|
inline |
Definition at line 32 of file std_alloc.h.
|
inline |
Definition at line 33 of file std_alloc.h.
|
inline |
Definition at line 50 of file std_alloc.h.
|
inline |
Definition at line 65 of file std_alloc.h.
|
inline |
Definition at line 93 of file std_alloc.h.
|
inline |
Definition at line 80 of file std_alloc.h.
|
inline | |||||||||||||
|
inline |
Definition at line 110 of file std_alloc.h.
|
inline |
Definition at line 111 of file std_alloc.h.
|
inline |
Definition at line 106 of file std_alloc.h.
|
inline |
Definition at line 108 of file std_alloc.h.
|
inline |
Definition at line 107 of file std_alloc.h.
|
inline |
Definition at line 109 of file std_alloc.h.