Home
last modified time | relevance | path

Searched defs:pool_count (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/container/src/
Dunsynchronized_pool_resource.cpp60 std::size_t unsynchronized_pool_resource::pool_count() const in pool_count() function in boost::container::pmr::unsynchronized_pool_resource
Dsynchronized_pool_resource.cpp92 std::size_t synchronized_pool_resource::pool_count() const in pool_count() function in boost::container::pmr::synchronized_pool_resource
Dpool_resource.cpp244 std::size_t pool_resource::pool_count() const in pool_count() function in boost::container::pmr::pool_resource
/third_party/boost/libs/container/test/
Dpool_resource_test.hpp419 …const std::size_t pool_count = 1u + bi::detail::floor_log2(maximum_size) - bi::detail::floor_log2(… in test_release() local
456 …const std::size_t pool_count = 1u + bi::detail::floor_log2(maximum_size) - bi::detail::floor_log2(… in test_destructor() local
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_quiesce.c182 testGet (int type, int pool_count, int poll_flag) in testGet()