|
RetroArch
|
#include <PoolAlloc.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 | |
| pointer | address (reference x) const |
| const_pointer | address (const_reference x) const |
| pool_allocator () | |
| pool_allocator (TPoolAllocator &a) | |
| pool_allocator (const pool_allocator< T > &p) | |
| template<class Other > | |
| pool_allocator (const pool_allocator< Other > &p) | |
| pointer | allocate (size_type n) |
| pointer | allocate (size_type n, const void *) |
| void | deallocate (void *, size_type) |
| void | deallocate (pointer, size_type) |
| pointer | _Charalloc (size_t n) |
| void | construct (pointer p, const T &val) |
| void | destroy (pointer p) |
| bool | operator== (const pool_allocator &rhs) const |
| bool | operator!= (const pool_allocator &rhs) const |
| size_type | max_size () const |
| size_type | max_size (int size) const |
| void | setAllocator (TPoolAllocator *a) |
| TPoolAllocator & | getAllocator () const |
Protected Member Functions | |
| pool_allocator & | operator= (const pool_allocator &) |
Protected Attributes | |
| TPoolAllocator & | allocator |
| typedef const T* glslang::pool_allocator< T >::const_pointer |
| typedef const T& glslang::pool_allocator< T >::const_reference |
| typedef ptrdiff_t glslang::pool_allocator< T >::difference_type |
| typedef T* glslang::pool_allocator< T >::pointer |
| typedef T& glslang::pool_allocator< T >::reference |
| typedef size_t glslang::pool_allocator< T >::size_type |
| typedef T glslang::pool_allocator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
protected |
1.8.15