proxygen
|
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
typedef ptrdiff_t | difference_type |
typedef size_t | size_type |
Public Member Functions | |
T * | address (T &x) const |
const T * | address (const T &x) const |
size_t | max_size () const |
bool | operator!= (const MmapAllocator< T > &other) const |
bool | operator== (const MmapAllocator< T > &) const |
template<class... Args> | |
void | construct (T *p, Args &&...args) |
void | destroy (T *p) |
T * | allocate (size_t n) |
void | deallocate (T *p, size_t n) |
Definition at line 33 of file AtomicHashArrayTest.cpp.
typedef const T* MmapAllocator< T >::const_pointer |
Definition at line 37 of file AtomicHashArrayTest.cpp.
typedef const T& MmapAllocator< T >::const_reference |
Definition at line 39 of file AtomicHashArrayTest.cpp.
typedef ptrdiff_t MmapAllocator< T >::difference_type |
Definition at line 41 of file AtomicHashArrayTest.cpp.
typedef T* MmapAllocator< T >::pointer |
Definition at line 36 of file AtomicHashArrayTest.cpp.
typedef T& MmapAllocator< T >::reference |
Definition at line 38 of file AtomicHashArrayTest.cpp.
typedef size_t MmapAllocator< T >::size_type |
Definition at line 42 of file AtomicHashArrayTest.cpp.
typedef T MmapAllocator< T >::value_type |
Definition at line 35 of file AtomicHashArrayTest.cpp.
|
inline |
Definition at line 44 of file AtomicHashArrayTest.cpp.
|
inline |
Definition at line 48 of file AtomicHashArrayTest.cpp.
|
inline |
|
inline |
Definition at line 70 of file AtomicHashArrayTest.cpp.
References T.
|
inline |
Definition at line 92 of file AtomicHashArrayTest.cpp.
References T.
|
inline |
Definition at line 74 of file AtomicHashArrayTest.cpp.
|
inline |
Definition at line 52 of file AtomicHashArrayTest.cpp.
References max.
|
inline |
Definition at line 61 of file AtomicHashArrayTest.cpp.
|
inline |
Definition at line 65 of file AtomicHashArrayTest.cpp.
References testing::Args().