Home
last modified time | relevance | path

Searched defs:node_pool (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/interprocess/allocators/
Dprivate_node_allocator.hpp111 struct node_pool struct in boost::interprocess::ipcdetail::private_node_allocator_base
117 > type;
119 static type *get(void *p) in get()
Dnode_allocator.hpp73 struct node_pool struct in boost::interprocess::ipcdetail::node_allocator_base
76 < SegmentManager, sizeof_value<T>::value, NodesPerBlock> type;
78 static type *get(void *p) in get()
Dadaptive_pool.hpp76 struct node_pool struct in boost::interprocess::ipcdetail::adaptive_pool_base
79 < SegmentManager, sizeof_value<T>::value, NodesPerBlock, MaxFreeBlocks, OverheadPercent> type;
81 static type *get(void *p) in get()
Dprivate_adaptive_pool.hpp117 struct node_pool struct in boost::interprocess::ipcdetail::private_adaptive_pool_base
125 > type;
127 static type *get(void *p) in get()
/third_party/boost/boost/spirit/home/qi/string/
Dtst_map.hpp215 object_pool<node> node_pool; member
/third_party/boost/boost/spirit/home/x3/string/
Dtst_map.hpp207 object_pool<node> node_pool; member
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp450 struct node_pool struct in boost::interprocess::ipcdetail::node_pool_allocation_impl
452 typedef typename Derived::template node_pool<0>::type type;
453 static type *get(void *p) in get()