|
Blender V4.3
|
#include <guarded_allocator.h>
Classes | |
| struct | rebind |
Public Types | |
| typedef size_t | size_type |
| typedef ptrdiff_t | difference_type |
| typedef T * | pointer |
| typedef const T * | const_pointer |
| typedef T & | reference |
| typedef const T & | const_reference |
| typedef T | value_type |
Public Member Functions | |
| GuardedAllocator () | |
| GuardedAllocator (const GuardedAllocator &) | |
| T * | allocate (size_t n, const void *hint=0) |
| void | deallocate (T *p, size_t n) |
| T * | address (T &x) const |
| const T * | address (const T &x) const |
| GuardedAllocator< T > & | operator= (const GuardedAllocator &) |
| size_t | max_size () const |
| template<class U > | |
| GuardedAllocator (const GuardedAllocator< U > &) | |
| template<class U > | |
| GuardedAllocator & | operator= (const GuardedAllocator< U > &) |
| bool | operator== (GuardedAllocator const &) const |
| bool | operator!= (GuardedAllocator const &other) const |
Definition at line 23 of file guarded_allocator.h.
| typedef const T* GuardedAllocator< T >::const_pointer |
Definition at line 28 of file guarded_allocator.h.
| typedef const T& GuardedAllocator< T >::const_reference |
Definition at line 30 of file guarded_allocator.h.
| typedef ptrdiff_t GuardedAllocator< T >::difference_type |
Definition at line 26 of file guarded_allocator.h.
| typedef T* GuardedAllocator< T >::pointer |
Definition at line 27 of file guarded_allocator.h.
| typedef T& GuardedAllocator< T >::reference |
Definition at line 29 of file guarded_allocator.h.
| typedef size_t GuardedAllocator< T >::size_type |
Definition at line 25 of file guarded_allocator.h.
| typedef T GuardedAllocator< T >::value_type |
Definition at line 31 of file guarded_allocator.h.
|
inline |
Definition at line 33 of file guarded_allocator.h.
|
inline |
Definition at line 34 of file guarded_allocator.h.
|
inline |
Definition at line 97 of file guarded_allocator.h.
|
inline |
Definition at line 78 of file guarded_allocator.h.
References x.
|
inline |
Definition at line 73 of file guarded_allocator.h.
References x.
|
inline |
Definition at line 36 of file guarded_allocator.h.
References MEM_mallocN_aligned(), NULL, T, and util_guarded_mem_alloc().
|
inline |
Definition at line 61 of file guarded_allocator.h.
References free(), MEM_freeN(), NULL, and util_guarded_mem_free().
|
inline |
Definition at line 88 of file guarded_allocator.h.
|
inline |
Definition at line 108 of file guarded_allocator.h.
References GuardedAllocator< T >::operator==().
|
inline |
Definition at line 83 of file guarded_allocator.h.
|
inline |
Definition at line 99 of file guarded_allocator.h.
|
inline |
Definition at line 104 of file guarded_allocator.h.
Referenced by GuardedAllocator< T >::operator!=().