webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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 () | |
template<class Other > | |
pool_allocator (const pool_allocator< Other > &p) | |
template<class Other > | |
pool_allocator< T > & | operator= (const pool_allocator< Other > &p) |
pointer | allocate (size_type n) |
pointer | allocate (size_type n, const void *) |
void | deallocate (pointer, size_type) |
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 |
TPoolAllocator & | getAllocator () const |
typedef const T* pool_allocator< T >::const_pointer |
typedef const T& pool_allocator< T >::const_reference |
typedef ptrdiff_t pool_allocator< T >::difference_type |
typedef T* pool_allocator< T >::pointer |
typedef T& pool_allocator< T >::reference |
typedef size_t pool_allocator< T >::size_type |
typedef T pool_allocator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |