proxygen
|
Public Member Functions | |
Slot () | |
Public Attributes | |
T | elem |
Atom< uint32_t > | localNext |
Atom< uint32_t > | globalNext |
Definition at line 327 of file IndexedMemPool.h.
|
inline |
Definition at line 332 of file IndexedMemPool.h.
T folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::Slot::elem |
Definition at line 328 of file IndexedMemPool.h.
Referenced by folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::allocIndex().
Atom<uint32_t> folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::Slot::globalNext |
Definition at line 330 of file IndexedMemPool.h.
Referenced by folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::globalPush().
Atom<uint32_t> folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::Slot::localNext |
Definition at line 329 of file IndexedMemPool.h.
Referenced by folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::localPop(), folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::localPush(), and folly::IndexedMemPool< T, NumLocalLists_, LocalListLimit_, Atom, Traits >::markAllocated().