|
Blender V5.0
|
#include <MEM_Allocator.h>
Classes | |
| struct | rebind |
Public Types | |
| using | size_type = size_t |
| using | difference_type = ptrdiff_t |
| using | pointer = _Tp * |
| using | const_pointer = const _Tp * |
| using | reference = _Tp & |
| using | const_reference = const _Tp & |
| using | value_type = _Tp |
Public Member Functions | |
| MEM_Allocator () noexcept=default | |
| MEM_Allocator (const MEM_Allocator &) noexcept=default | |
| template<typename _Tp1> | |
| MEM_Allocator (const MEM_Allocator< _Tp1 >) noexcept | |
| ~MEM_Allocator () noexcept=default | |
| pointer | address (reference __x) const |
| const_pointer | address (const_reference __x) const |
| _Tp * | allocate (size_type __n, const void *=nullptr) |
| void | deallocate (pointer __p, size_type) |
| size_type | max_size () const noexcept |
| void | construct (pointer __p, const _Tp &__val) |
| void | destroy (pointer __p) |
Definition at line 15 of file MEM_Allocator.h.
| using MEM_Allocator< _Tp >::const_pointer = const _Tp * |
Definition at line 19 of file MEM_Allocator.h.
| using MEM_Allocator< _Tp >::const_reference = const _Tp & |
Definition at line 21 of file MEM_Allocator.h.
| using MEM_Allocator< _Tp >::difference_type = ptrdiff_t |
Definition at line 17 of file MEM_Allocator.h.
| using MEM_Allocator< _Tp >::pointer = _Tp * |
Definition at line 18 of file MEM_Allocator.h.
| using MEM_Allocator< _Tp >::reference = _Tp & |
Definition at line 20 of file MEM_Allocator.h.
| using MEM_Allocator< _Tp >::size_type = size_t |
Definition at line 16 of file MEM_Allocator.h.
| using MEM_Allocator< _Tp >::value_type = _Tp |
Definition at line 22 of file MEM_Allocator.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 31 of file MEM_Allocator.h.
|
defaultnoexcept |
|
inline |
Definition at line 40 of file MEM_Allocator.h.
|
inline |
Definition at line 35 of file MEM_Allocator.h.
|
inline |
Definition at line 47 of file MEM_Allocator.h.
|
inline |
Definition at line 67 of file MEM_Allocator.h.
|
inline |
Definition at line 57 of file MEM_Allocator.h.
|
inline |
Definition at line 72 of file MEM_Allocator.h.
|
inlinenoexcept |
Definition at line 62 of file MEM_Allocator.h.