proxygen
|
#include <Memory.h>
Public Types | |
using | value_type = T |
Public Member Functions | |
T * | allocate (size_t count) |
void | deallocate (T *p, size_t) |
Private Types | |
using | Self = SysAllocator< T > |
Friends | |
bool | operator== (Self const &, Self const &) noexcept |
bool | operator!= (Self const &, Self const &) noexcept |
Resembles std::allocator, the default Allocator, but wraps std::malloc and std::free.
|
private |
using folly::SysAllocator< T >::value_type = T |
|
inline |
|
inline |
Definition at line 383 of file Memory.h.
References bm::free().