|
proxygen
|
#include <JemallocHugePageAllocator.h>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| CxxHugePageAllocator () | |
| template<typename U > | |
| CxxHugePageAllocator (CxxHugePageAllocator< U > const &) | |
| T * | allocate (std::size_t n) |
| void | deallocate (T *p, std::size_t n) |
Private Types | |
| using | Self = CxxHugePageAllocator< T > |
Friends | |
| bool | operator== (Self const &, Self const &) noexcept |
| bool | operator!= (Self const &, Self const &) noexcept |
Definition at line 89 of file JemallocHugePageAllocator.h.
|
private |
Definition at line 91 of file JemallocHugePageAllocator.h.
| using folly::CxxHugePageAllocator< T >::value_type = T |
Definition at line 94 of file JemallocHugePageAllocator.h.
|
inline |
Definition at line 96 of file JemallocHugePageAllocator.h.
|
inlineexplicit |
Definition at line 99 of file JemallocHugePageAllocator.h.
|
inline |
Definition at line 101 of file JemallocHugePageAllocator.h.
References folly::JemallocHugePageAllocator::allocate(), and folly::T.
|
inline |
Definition at line 104 of file JemallocHugePageAllocator.h.
References folly::JemallocHugePageAllocator::deallocate(), and folly::T.
Definition at line 111 of file JemallocHugePageAllocator.h.
Definition at line 108 of file JemallocHugePageAllocator.h.