Home
last modified time | relevance | path

Searched refs:allocate_nodes (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/container/detail/
Dnode_pool.hpp105 void allocate_nodes(const std::size_t n, multiallocation_chain &chain) in allocate_nodes() function in boost::container::dtl::shared_node_pool
110 return private_node_allocator_t::allocate_nodes(n, chain); in allocate_nodes()
Dadaptive_node_pool.hpp134 void allocate_nodes(const std::size_t n, multiallocation_chain &chain) in allocate_nodes() function in boost::container::dtl::shared_adaptive_node_pool
139 return private_node_allocator_t::allocate_nodes(n, chain); in allocate_nodes()
Dnode_pool_impl.hpp105 void allocate_nodes(const size_type n, multiallocation_chain &chain) in allocate_nodes() function in boost::container::dtl::private_node_pool_impl
Dadaptive_node_pool_impl.hpp1095 void allocate_nodes(const size_type n, multiallocation_chain &chain) in allocate_nodes() function in boost::container::dtl::private_adaptive_node_pool_impl_ct
1226 void allocate_nodes(const size_type n, multiallocation_chain &chain) in allocate_nodes() function in boost::container::dtl::private_adaptive_node_pool_impl_rt
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp199 mp_node_pool->allocate_nodes(m_max_cached_nodes/2, m_cached_nodes); in cached_allocation()
217 mp_node_pool->allocate_nodes(n - allocated, chain); in cached_allocation()
510 pool->allocate_nodes(num_elements, chain); in allocate_individual()
757 void allocate_nodes(const size_type n, multiallocation_chain &chain) in allocate_nodes() function in boost::interprocess::ipcdetail::shared_pool_impl
762 private_node_allocator_t::allocate_nodes(n, chain); in allocate_nodes()
/third_party/boost/boost/container/
Dadaptive_pool.hpp219 …singleton_t::instance().allocate_nodes(num_elements, static_cast<typename shared_pool_t::multiallo… in allocate_individual()
517 … m_pool.allocate_nodes(num_elements, static_cast<typename pool_t::multiallocation_chain&>(chain)); in allocate_individual()
Dnode_allocator.hpp228 singleton_t::instance().allocate_nodes(num_elements, ch); in allocate_individual()