Searched defs:pool_count (Results 1 – 5 of 5) sorted by relevance
60 std::size_t unsynchronized_pool_resource::pool_count() const in pool_count() function in boost::container::pmr::unsynchronized_pool_resource
92 std::size_t synchronized_pool_resource::pool_count() const in pool_count() function in boost::container::pmr::synchronized_pool_resource
244 std::size_t pool_resource::pool_count() const in pool_count() function in boost::container::pmr::pool_resource
419 …const std::size_t pool_count = 1u + bi::detail::floor_log2(maximum_size) - bi::detail::floor_log2(… in test_release() local456 …const std::size_t pool_count = 1u + bi::detail::floor_log2(maximum_size) - bi::detail::floor_log2(… in test_destructor() local
182 testGet (int type, int pool_count, int poll_flag) in testGet()