proxygen
|
#include <type_traits>
#include <folly/Likely.h>
#include <folly/Synchronized.h>
#include <folly/ThreadLocal.h>
#include <folly/memory/Arena.h>
Go to the source code of this file.
Classes | |
class | folly::ThreadCachedArena |
struct | folly::ThreadCachedArena::ThreadLocalPtrTag |
struct | folly::AllocatorHasTrivialDeallocate< ThreadCachedArena > |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Typedefs | |
template<typename T > | |
using | folly::ThreadCachedArenaAllocator = CxxAllocatorAdaptor< T, ThreadCachedArena > |