Searched refs:pool_t (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/lockfree/ |
D | queue.hpp | 140 …ail::select_freelist<node, node_allocator, compile_time_sized, fixed_sized, capacity>::type pool_t; typedef in boost::lockfree::queue 141 typedef typename pool_t::tagged_node_handle tagged_node_handle; 573 pool_t pool;
|
D | stack.hpp | 99 …ail::select_freelist<node, node_allocator, compile_time_sized, fixed_sized, capacity>::type pool_t; typedef in boost::lockfree::stack 100 typedef typename pool_t::tagged_node_handle tagged_node_handle; 818 pool_t pool;
|
/third_party/boost/boost/container/ |
D | adaptive_pool.hpp | 388 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> pool_t; typedef in boost::container::private_adaptive_pool 389 pool_t m_pool; 517 … m_pool.allocate_nodes(num_elements, static_cast<typename pool_t::multiallocation_chain&>(chain)); in allocate_individual()
|