proxygen
|
Public Member Functions | |
std::unique_ptr< StackCacheEntry > | getStackCache (size_t stackSize) |
Static Public Member Functions | |
static CacheManager & | instance () |
Private Member Functions | |
void | giveBack (std::unique_ptr< StackCache >) |
Private Attributes | |
folly::SpinLock | lock_ |
size_t | inUse_ {0} |
Friends | |
class | StackCacheEntry |
Definition at line 236 of file GuardPageAllocator.cpp.
|
inline |
Definition at line 243 of file GuardPageAllocator.cpp.
References folly::fibers::StackCache::lock_.
Referenced by folly::fibers::GuardPageAllocator::allocate().
|
inlineprivate |
Definition at line 259 of file GuardPageAllocator.cpp.
Referenced by folly::fibers::StackCacheEntry::~StackCacheEntry().
|
inlinestatic |
Definition at line 238 of file GuardPageAllocator.cpp.
Referenced by folly::fibers::GuardPageAllocator::allocate(), and folly::fibers::StackCacheEntry::~StackCacheEntry().
|
friend |
Definition at line 257 of file GuardPageAllocator.cpp.
|
private |
Definition at line 255 of file GuardPageAllocator.cpp.
|
private |
Definition at line 254 of file GuardPageAllocator.cpp.