Searched defs:adaptive_pool (Results 1 – 4 of 4) sorted by relevance
62 class adaptive_pool class128 adaptive_pool() BOOST_NOEXCEPT_OR_NOTHROW in adaptive_pool() function in boost::container::adaptive_pool132 adaptive_pool(const adaptive_pool &) BOOST_NOEXCEPT_OR_NOTHROW in adaptive_pool() function in boost::container::adaptive_pool137 adaptive_pool in adaptive_pool() function in boost::container::adaptive_pool308 friend void swap(adaptive_pool &, adaptive_pool &) BOOST_NOEXCEPT_OR_NOTHROW in swap() argument313 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 !=()
35 template class adaptive_pool<int, managed_shared_memory::segment_manager>; variable36 template class adaptive_pool<void, managed_shared_memory::segment_manager>; variable
257 class adaptive_pool class282 adaptive_pool(SegmentManager *segment_mngr) in adaptive_pool() function in boost::interprocess::adaptive_pool287 adaptive_pool in adaptive_pool() function in boost::interprocess::adaptive_pool
76 template class bc::adaptive_pool member in bc