proxygen
|
#include <folly/detail/ThreadLocalDetail.h>
#include <folly/synchronization/CallOnce.h>
#include <list>
#include <mutex>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::threadlocal_detail | |
Variables | |
constexpr auto | kSmallGrowthFactor = 1.1 |
constexpr auto | kBigGrowthFactor = 1.7 |
constexpr auto kBigGrowthFactor = 1.7 |
Definition at line 23 of file ThreadLocalDetail.cpp.
Referenced by folly::threadlocal_detail::StaticMetaBase::reallocate().
constexpr auto kSmallGrowthFactor = 1.1 |
Definition at line 22 of file ThreadLocalDetail.cpp.
Referenced by folly::threadlocal_detail::StaticMetaBase::reallocate().