#include <assert.h>
#include <errno.h>
#include <stdint.h>
#include <type_traits>
#include <boost/noncopyable.hpp>
#include <folly/Portability.h>
#include <folly/concurrency/CacheLocality.h>
#include <folly/portability/SysMman.h>
#include <folly/portability/Unistd.h>
#include <folly/synchronization/AtomicStruct.h>
Go to the source code of this file.
|
struct | folly::detail::IndexedMemPoolRecycler< Pool > |
|
struct | folly::IndexedMemPoolTraits< T, EagerRecycleWhenTrivial, EagerRecycleWhenNotTrivial > |
|
struct | folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits > |
|
struct | folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::Slot |
|
struct | folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::TaggedPtr |
|
struct | folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::LocalList |
|
struct | folly::detail::IndexedMemPoolRecycler< Pool > |
|