Searched defs:node_pool (Results 1 – 7 of 7) sorted by relevance
111 struct node_pool struct in boost::interprocess::ipcdetail::private_node_allocator_base117 > type;119 static type *get(void *p) in get()
73 struct node_pool struct in boost::interprocess::ipcdetail::node_allocator_base76 < SegmentManager, sizeof_value<T>::value, NodesPerBlock> type;78 static type *get(void *p) in get()
76 struct node_pool struct in boost::interprocess::ipcdetail::adaptive_pool_base79 < SegmentManager, sizeof_value<T>::value, NodesPerBlock, MaxFreeBlocks, OverheadPercent> type;81 static type *get(void *p) in get()
117 struct node_pool struct in boost::interprocess::ipcdetail::private_adaptive_pool_base125 > type;127 static type *get(void *p) in get()
215 object_pool<node> node_pool; member
207 object_pool<node> node_pool; member
450 struct node_pool struct in boost::interprocess::ipcdetail::node_pool_allocation_impl452 typedef typename Derived::template node_pool<0>::type type;453 static type *get(void *p) in get()