proxygen
CacheLocality.h File Reference
#include <algorithm>
#include <array>
#include <atomic>
#include <cassert>
#include <functional>
#include <limits>
#include <mutex>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <vector>
#include <folly/Indestructible.h>
#include <folly/Likely.h>
#include <folly/Memory.h>
#include <folly/Portability.h>
#include <folly/hash/Hash.h>
#include <folly/lang/Align.h>
#include <folly/lang/Exception.h>
#include <folly/system/ThreadId.h>

Go to the source code of this file.

Classes

struct  folly::CacheLocality
 
struct  folly::Getcpu
 
struct  folly::HashingThreadId
 
struct  folly::FallbackGetcpu< ThreadId >
 
struct  folly::AccessSpreader< Atom >
 
class  folly::AccessSpreader< Atom >::CpuCache
 Caches the current CPU and refreshes the cache every so often. More...
 
class  folly::SimpleAllocator
 
class  folly::CoreRawAllocator< Stripes >
 
class  folly::CoreRawAllocator< Stripes >::Allocator
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Typedefs

typedef FallbackGetcpu< HashingThreadId > folly::FallbackGetcpuType
 

Functions

template<typename T , size_t Stripes>
CxxAllocatorAdaptor< T, typename CoreRawAllocator< Stripes >::Allocator > folly::getCoreAllocator (size_t stripe)