Searched refs:max_cached_nodes (Results 1 – 3 of 3) sorted by relevance
79 size_type max_cached_nodes = base_t::DEFAULT_MAX_CACHED_NODES) in cached_node_allocator_v1() argument80 : base_t(segment_mngr, max_cached_nodes) in cached_node_allocator_v1()134 size_type max_cached_nodes = base_t::DEFAULT_MAX_CACHED_NODES) in cached_node_allocator() argument135 : base_t(segment_mngr, max_cached_nodes) in cached_node_allocator()
84 size_type max_cached_nodes = base_t::DEFAULT_MAX_CACHED_NODES) in cached_adaptive_pool_v1() argument85 : base_t(segment_mngr, max_cached_nodes) in cached_adaptive_pool_v1()162 std::size_t max_cached_nodes = base_t::DEFAULT_MAX_CACHED_NODES) in cached_adaptive_pool() argument163 : base_t(segment_mngr, max_cached_nodes) in cached_adaptive_pool()
168 cache_impl(segment_manager *segment_mngr, size_type max_cached_nodes) in cache_impl() argument170 , m_max_cached_nodes(max_cached_nodes) in cache_impl()572 cached_allocator_impl(segment_manager *segment_mngr, size_type max_cached_nodes) in cached_allocator_impl() argument573 : m_cache(segment_mngr, max_cached_nodes) in cached_allocator_impl()