Home
last modified time | relevance | path

Searched refs:NodeRecycler (Results 1 – 4 of 4) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/
H A DConcurrentSkipList-inl.h236 class NodeRecycler; variable
239 class NodeRecycler<
245 explicit NodeRecycler(const NodeAlloc& alloc) in NodeRecycler() function
250 explicit NodeRecycler() : refs_(0), dirty_(false) { lock_.init(); } in NodeRecycler() function
252 ~NodeRecycler() { in ~NodeRecycler()
324 class NodeRecycler<
330 explicit NodeRecycler(const NodeAlloc& alloc) : alloc_(alloc) {} in NodeRecycler() function
H A DConcurrentSkipList.h531 detail::NodeRecycler<NodeType, NodeAlloc> recycler_;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DConcurrentSkipList-inl.h256 class NodeRecycler; variable
259 class NodeRecycler<
265 explicit NodeRecycler(const NodeAlloc& alloc) in NodeRecycler() function
270 explicit NodeRecycler() : refs_(0), dirty_(false) { in NodeRecycler() function
274 ~NodeRecycler() { in ~NodeRecycler()
354 class NodeRecycler<
360 explicit NodeRecycler(const NodeAlloc& alloc) : alloc_(alloc) {} in NodeRecycler() function
H A DConcurrentSkipList.h539 detail::NodeRecycler<NodeType, NodeAlloc> recycler_;