proxygen
|
Public Member Functions | |
AllocAndSize (const Alloc &a, size_t s) | |
Public Member Functions inherited from Alloc< T > | |
Alloc (int i=8) | |
Alloc (const Alloc &o) | |
Alloc (Alloc &&o) noexcept | |
Alloc & | operator= (const Alloc &)=default |
Alloc & | operator= (Alloc &&) noexcept=default |
bool | operator== (const Alloc &o) const |
bool | operator!= (const Alloc &o) const |
pointer | allocate (size_type n) |
void | deallocate (pointer p, size_type n) |
template<class U , class... Args> | |
void | construct (U *p, Args &&...args) |
template<class U > | |
void | destroy (U *p) |
Alloc | select_on_container_copy_construction () const |
Public Attributes | |
size_t | minBlockSize |
Public Attributes inherited from Alloc< T > | |
std::allocator< T > | a |
int | id |
Additional Inherited Members | |
Public Types inherited from Alloc< T > | |
typedef std::allocator< T >::pointer | pointer |
typedef std::allocator< T >::const_pointer | const_pointer |
typedef std::allocator< T >::difference_type | difference_type |
typedef std::allocator< T >::size_type | size_type |
typedef std::allocator< T >::value_type | value_type |
typedef isPropCopy< T > | propagate_on_container_copy_assignment |
typedef isPropMove< T > | propagate_on_container_move_assignment |
typedef isPropSwap< T > | propagate_on_container_swap |
Static Public Member Functions inherited from Ticker | |
static void | Tick (const std::string &s) |
Static Public Attributes inherited from AllocTracker | |
static int | Constructed = 0 |
static int | Destroyed = 0 |
static map< void *, size_t > | Allocated |
static map< void *, int > | Owner |
Static Public Attributes inherited from Ticker | |
static int | CountTicks = 0 |
static int | TicksLeft = -1 |
|
inlineexplicit |
size_t folly::Arena< Alloc >::AllocAndSize::minBlockSize |
Definition at line 188 of file Arena.h.
Referenced by folly::Arena< SysAllocator< void > >::minBlockSize().