Home
last modified time | relevance | path

Searched refs:deallocate_one (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/container/detail/
Dallocator_version_traits.hpp53 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
Ddestroyers.hpp51 { 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()
Dnode_alloc_holder.hpp221 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/
Ddummy_test_allocator.hpp126 void deallocate_one(const pointer &) in deallocate_one() function in boost::interprocess::test::dummy_test_allocator
Dexpand_bwd_test_allocator.hpp165 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/
Dsp_counted_impl.hpp57 { m_alloc.deallocate_one(p); } in priv_deallocate()
/third_party/boost/libs/container/test/
Dexpand_bwd_test_allocator.hpp172 void deallocate_one(const pointer &p) in deallocate_one() function in boost::container::test::expand_bwd_test_allocator
/third_party/boost/boost/container/
Dadaptive_pool.hpp229 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
Dallocator.hpp268 void deallocate_one(pointer p) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_one() function in boost::container::allocator
Dnode_allocator.hpp235 void deallocate_one(pointer p) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_one() function in boost::container::node_allocator
Dstable_vector.hpp542 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/
Dcached_node_allocator.hpp287 void deallocate_one(const pointer &p);
Dcached_adaptive_pool.hpp315 void deallocate_one(const pointer &p);
Dallocator.hpp237 void deallocate_one(const pointer &p) in deallocate_one() function in boost::interprocess::allocator
Dprivate_node_allocator.hpp412 void deallocate_one(const pointer &p);
Dnode_allocator.hpp420 void deallocate_one(const pointer &p);
Dadaptive_pool.hpp435 void deallocate_one(const pointer &p);
Dprivate_adaptive_pool.hpp435 void deallocate_one(const pointer &p);
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp516 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