Searched refs:allocate_nodes (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/container/detail/ |
D | node_pool.hpp | 105 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()
|
D | adaptive_node_pool.hpp | 134 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()
|
D | node_pool_impl.hpp | 105 void allocate_nodes(const size_type n, multiallocation_chain &chain) in allocate_nodes() function in boost::container::dtl::private_node_pool_impl
|
D | adaptive_node_pool_impl.hpp | 1095 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/ |
D | allocator_common.hpp | 199 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/ |
D | adaptive_pool.hpp | 219 …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()
|
D | node_allocator.hpp | 228 singleton_t::instance().allocate_nodes(num_elements, ch); in allocate_individual()
|