/third_party/boost/boost/container/detail/ |
D | allocator_version_traits.hpp | 50 static pointer allocate_one(Allocator &a) in allocate_one() function 51 { return a.allocate_one(); } in allocate_one() 86 static pointer allocate_one(Allocator &a) in allocate_one() function
|
D | node_alloc_holder.hpp | 218 NodePtr allocate_one() in allocate_one() function 219 { return AllocVersionTraits::allocate_one(this->node_alloc()); } in allocate_one() 229 NodePtr p = this->allocate_one(); in create_node() 251 NodePtr p = this->allocate_one();\ 276 NodePtr p = this->allocate_one(); in BOOST_MOVE_ITERATE_0TO9() 293 NodePtr p = this->allocate_one(); in create_node_from_key()
|
/third_party/boost/libs/interprocess/test/ |
D | dummy_test_allocator.hpp | 120 pointer allocate_one() in allocate_one() function in boost::interprocess::test::dummy_test_allocator
|
D | expand_bwd_test_allocator.hpp | 159 pointer allocate_one() in allocate_one() function in boost::interprocess::test::expand_bwd_test_allocator
|
/third_party/boost/libs/container/test/ |
D | expand_bwd_test_allocator.hpp | 166 pointer allocate_one() in allocate_one() function in boost::container::test::expand_bwd_test_allocator
|
/third_party/boost/boost/container/ |
D | adaptive_pool.hpp | 204 pointer allocate_one() in allocate_one() function in boost::container::adaptive_pool 508 pointer allocate_one() in allocate_one() function in boost::container::private_adaptive_pool
|
D | allocator.hpp | 249 BOOST_CONTAINER_FORCEINLINE pointer allocate_one() in allocate_one() function in boost::container::allocator
|
D | node_allocator.hpp | 210 pointer allocate_one() in allocate_one() function in boost::container::node_allocator
|
D | stable_vector.hpp | 539 BOOST_CONTAINER_FORCEINLINE node_ptr allocate_one() in allocate_one() function in boost::container::stable_vector 540 { return allocator_version_traits_t::allocate_one(this->priv_node_alloc()); } in allocate_one()
|
/third_party/boost/boost/interprocess/allocators/ |
D | cached_node_allocator.hpp | 274 pointer allocate_one();
|
D | cached_adaptive_pool.hpp | 302 pointer allocate_one();
|
D | allocator.hpp | 222 pointer allocate_one() in allocate_one() function in boost::interprocess::allocator
|
D | private_node_allocator.hpp | 399 pointer allocate_one();
|
D | node_allocator.hpp | 407 pointer allocate_one();
|
D | adaptive_pool.hpp | 422 pointer allocate_one();
|
D | private_adaptive_pool.hpp | 422 pointer allocate_one();
|
/third_party/boost/boost/interprocess/allocators/detail/ |
D | allocator_common.hpp | 493 pointer allocate_one() in allocate_one() function in boost::interprocess::ipcdetail::node_pool_allocation_impl 643 pointer allocate_one() in allocate_one() function in boost::interprocess::ipcdetail::cached_allocator_impl
|