Home
last modified time | relevance | path

Searched defs:adaptive_pool (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/container/
Dadaptive_pool.hpp62 class adaptive_pool class
128 adaptive_pool() BOOST_NOEXCEPT_OR_NOTHROW in adaptive_pool() function in boost::container::adaptive_pool
132 adaptive_pool(const adaptive_pool &) BOOST_NOEXCEPT_OR_NOTHROW in adaptive_pool() function in boost::container::adaptive_pool
137 adaptive_pool in adaptive_pool() function in boost::container::adaptive_pool
308 friend void swap(adaptive_pool &, adaptive_pool &) BOOST_NOEXCEPT_OR_NOTHROW in swap() argument
313 friend bool operator==(const adaptive_pool &, const adaptive_pool &) BOOST_NOEXCEPT_OR_NOTHROW in operator ==()
318 friend bool operator!=(const adaptive_pool &, const adaptive_pool &) BOOST_NOEXCEPT_OR_NOTHROW in operator !=()
/third_party/boost/libs/interprocess/test/
Dadaptive_pool_test.cpp35 template class adaptive_pool<int, managed_shared_memory::segment_manager>; variable
36 template class adaptive_pool<void, managed_shared_memory::segment_manager>; variable
/third_party/boost/boost/interprocess/allocators/
Dadaptive_pool.hpp257 class adaptive_pool class
282 adaptive_pool(SegmentManager *segment_mngr) in adaptive_pool() function in boost::interprocess::adaptive_pool
287 adaptive_pool in adaptive_pool() function in boost::interprocess::adaptive_pool
/third_party/boost/libs/container/bench/
Dbench_adaptive_node_pool.cpp76 template class bc::adaptive_pool member in bc