Home
last modified time | relevance | path

Searched refs:max_cached_nodes (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/interprocess/allocators/
Dcached_node_allocator.hpp79 size_type max_cached_nodes = base_t::DEFAULT_MAX_CACHED_NODES) in cached_node_allocator_v1() argument
80 : 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() argument
135 : base_t(segment_mngr, max_cached_nodes) in cached_node_allocator()
Dcached_adaptive_pool.hpp84 size_type max_cached_nodes = base_t::DEFAULT_MAX_CACHED_NODES) in cached_adaptive_pool_v1() argument
85 : 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() argument
163 : base_t(segment_mngr, max_cached_nodes) in cached_adaptive_pool()
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp168 cache_impl(segment_manager *segment_mngr, size_type max_cached_nodes) in cache_impl() argument
170 , 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() argument
573 : m_cache(segment_mngr, max_cached_nodes) in cached_allocator_impl()