|
Grid 0.7.0
|
#include <AlignedAllocator.h>
Data Structures | |
| struct | rebind |
Public Types | |
| typedef std::size_t | size_type |
| typedef std::ptrdiff_t | difference_type |
| typedef _Tp * | pointer |
| typedef const _Tp * | const_pointer |
| typedef _Tp & | reference |
| typedef const _Tp & | const_reference |
| typedef _Tp | value_type |
Public Member Functions | |
| uvmAllocator () throw () | |
| uvmAllocator (const uvmAllocator &) throw () | |
| template<typename _Tp1> | |
| uvmAllocator (const uvmAllocator< _Tp1 > &) throw () | |
| ~uvmAllocator () throw () | |
| pointer | address (reference __x) const |
| size_type | max_size () const throw () |
| pointer | allocate (size_type __n, const void *_p=0) |
| void | deallocate (pointer __p, size_type __n) |
| void | construct (pointer __p, const _Tp &__val) |
| void | construct (pointer __p) |
| void | destroy (pointer __p) |
Definition at line 83 of file AlignedAllocator.h.
| typedef std::size_t uvmAllocator< _Tp >::size_type |
Definition at line 85 of file AlignedAllocator.h.
| typedef std::ptrdiff_t uvmAllocator< _Tp >::difference_type |
Definition at line 86 of file AlignedAllocator.h.
| typedef _Tp* uvmAllocator< _Tp >::pointer |
Definition at line 87 of file AlignedAllocator.h.
| typedef const _Tp* uvmAllocator< _Tp >::const_pointer |
Definition at line 88 of file AlignedAllocator.h.
| typedef _Tp& uvmAllocator< _Tp >::reference |
Definition at line 89 of file AlignedAllocator.h.
| typedef const _Tp& uvmAllocator< _Tp >::const_reference |
Definition at line 90 of file AlignedAllocator.h.
| typedef _Tp uvmAllocator< _Tp >::value_type |
Definition at line 91 of file AlignedAllocator.h.
|
inline | ||||||||||||
Definition at line 94 of file AlignedAllocator.h.
|
inline | |||||||||||||
Definition at line 95 of file AlignedAllocator.h.
|
inline | |||||||||||||
Definition at line 96 of file AlignedAllocator.h.
|
inline | ||||||||||||
Definition at line 97 of file AlignedAllocator.h.
|
inline |
Definition at line 98 of file AlignedAllocator.h.
|
inline | ||||||||||||
Definition at line 99 of file AlignedAllocator.h.
|
inline |
Definition at line 101 of file AlignedAllocator.h.
|
inline |
Definition at line 113 of file AlignedAllocator.h.
|
inline |
Definition at line 120 of file AlignedAllocator.h.
|
inline |
Definition at line 121 of file AlignedAllocator.h.
|
inline |
Definition at line 122 of file AlignedAllocator.h.