|
proxygen
|
#include <folly/concurrency/CacheLocality.h>#include <dlfcn.h>#include <fstream>#include <folly/Conv.h>#include <folly/Exception.h>#include <folly/FileUtil.h>#include <folly/Format.h>#include <folly/ScopeGuard.h>Go to the source code of this file.
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Macros | |
| #define | _GNU_SOURCE 1 |
Functions | |
| static CacheLocality | folly::getSystemLocalityInfo () |
| Returns the best real CacheLocality information available. More... | |
| template<> | |
| const CacheLocality & | folly::CacheLocality::system< std::atomic > () |
| static size_t | folly::parseLeadingNumber (const std::string &line) |
| #define _GNU_SOURCE 1 |
Definition at line 20 of file CacheLocality.cpp.