/third_party/boost/boost/container/detail/ |
D | allocator_version_traits.hpp | 53 static void deallocate_one(Allocator &a, const pointer &p) in deallocate_one() function 54 { a.deallocate_one(p); } in deallocate_one() 89 static void deallocate_one(Allocator &a, const pointer &p) in deallocate_one() function
|
D | destroyers.hpp | 51 { m_alloc.deallocate_one(m_ptr); } in priv_deallocate() 169 { m_alloc.deallocate_one(p); } in priv_deallocate() 311 { a_.deallocate_one(p); } in priv_deallocate()
|
D | node_alloc_holder.hpp | 221 void deallocate_one(const NodePtr &p) in deallocate_one() function 222 { AllocVersionTraits::deallocate_one(this->node_alloc(), p); } in deallocate_one() 320 this->deallocate_one(nodep); in destroy_node()
|
/third_party/boost/libs/interprocess/test/ |
D | dummy_test_allocator.hpp | 126 void deallocate_one(const pointer &) in deallocate_one() function in boost::interprocess::test::dummy_test_allocator
|
D | expand_bwd_test_allocator.hpp | 165 void deallocate_one(const pointer &p) in deallocate_one() function in boost::interprocess::test::expand_bwd_test_allocator
|
/third_party/boost/boost/interprocess/smart_ptr/detail/ |
D | sp_counted_impl.hpp | 57 { m_alloc.deallocate_one(p); } in priv_deallocate()
|
/third_party/boost/libs/container/test/ |
D | expand_bwd_test_allocator.hpp | 172 void deallocate_one(const pointer &p) in deallocate_one() function in boost::container::test::expand_bwd_test_allocator
|
/third_party/boost/boost/container/ |
D | adaptive_pool.hpp | 229 void deallocate_one(pointer p) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_one() function in boost::container::adaptive_pool 523 void deallocate_one(pointer p) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_one() function in boost::container::private_adaptive_pool
|
D | allocator.hpp | 268 void deallocate_one(pointer p) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_one() function in boost::container::allocator
|
D | node_allocator.hpp | 235 void deallocate_one(pointer p) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_one() function in boost::container::node_allocator
|
D | stable_vector.hpp | 542 BOOST_CONTAINER_FORCEINLINE void deallocate_one(const node_ptr &p) in deallocate_one() function in boost::container::stable_vector 543 { allocator_version_traits_t::deallocate_one(this->priv_node_alloc(), p); } in deallocate_one()
|
/third_party/boost/boost/interprocess/allocators/ |
D | cached_node_allocator.hpp | 287 void deallocate_one(const pointer &p);
|
D | cached_adaptive_pool.hpp | 315 void deallocate_one(const pointer &p);
|
D | allocator.hpp | 237 void deallocate_one(const pointer &p) in deallocate_one() function in boost::interprocess::allocator
|
D | private_node_allocator.hpp | 412 void deallocate_one(const pointer &p);
|
D | node_allocator.hpp | 420 void deallocate_one(const pointer &p);
|
D | adaptive_pool.hpp | 435 void deallocate_one(const pointer &p);
|
D | private_adaptive_pool.hpp | 435 void deallocate_one(const pointer &p);
|
/third_party/boost/boost/interprocess/allocators/detail/ |
D | allocator_common.hpp | 516 void deallocate_one(const pointer &p) in deallocate_one() function in boost::interprocess::ipcdetail::node_pool_allocation_impl 658 void deallocate_one(const pointer &p) in deallocate_one() function in boost::interprocess::ipcdetail::cached_allocator_impl
|