/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | allocator_version_traits.hpp | 62 static pointer allocation_command(Allocator &a, allocation_type command, in allocation_command() function 64 { return a.allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); } in allocation_command() 134 static pointer allocation_command(Allocator &a, allocation_type command, in allocation_command() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | vector.hpp | 347 m_start = this->allocation_command(allocate_new, final_cap, final_cap, reuse); in vector_alloc_holder() 367 m_start = this->allocation_command(allocate_new, final_cap, final_cap, reuse); in vector_alloc_holder() 418 BOOST_CONTAINER_FORCEINLINE pointer allocation_command(boost::container::allocation_type command, in allocation_command() function 446 bool const success = !!this->allocation_command(expand_fwd, new_cap, real_cap, reuse); in try_expand_fwd() 515 m_start = this->allocation_command(allocate_new, cap, cap, reuse); in priv_first_allocation() 552 …pointer p = this->alloc().allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); in priv_allocation_command() 1295 …pointer const ret(this->m_holder.allocation_command(allocate_new|expand_fwd, input_sz, real_cap = … 2371 … pointer const new_storage = this->m_holder.allocation_command(allocate_new, new_size, new_cap, p); in priv_merge_in_new_buffer() 2597 …pointer const ret(this->m_holder.allocation_command(allocate_new | expand_fwd | expand_bwd, new_ca… in priv_move_to_new_buffer() 2711 if(this->m_holder.allocation_command in priv_shrink_to_fit() [all …]
|
D | adaptive_pool.hpp | 189 pointer allocation_command(allocation_type command, in allocation_command() function in boost::container::adaptive_pool 497 pointer allocation_command(allocation_type command, in allocation_command() function in boost::container::private_adaptive_pool
|
D | string.hpp | 315 pointer allocation_command(allocation_type command, in allocation_command() function in boost::container::dtl::basic_string_base 324 return dtl::allocator_version_traits<allocator_type>::allocation_command in allocation_command() 371 pointer p = this->allocation_command(allocate_new, n, new_cap, reuse); in allocate_initial_block() 1782 allocation_ret = this->allocation_command in insert() 2897 pointer new_start = this->allocation_command(allocate_new, n, new_cap, reuse); in priv_reserve() 2939 const pointer ret = this->allocation_command(allocate_new, long_size+1, real_cap, reuse); in priv_shrink_to_fit_dynamic_buffer() 2962 if(this->alloc().allocation_command in priv_shrink_to_fit_dynamic_buffer()
|
D | allocator.hpp | 222 BOOST_CONTAINER_ATTRIBUTE_NODISCARD pointer allocation_command(allocation_type command, in allocation_command() function in boost::container::allocator
|
D | node_allocator.hpp | 189 pointer allocation_command in allocation_command() function in boost::container::node_allocator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | expand_bwd_test_allocator.hpp | 128 pointer allocation_command(boost::container::allocation_type command, in allocation_command() function in boost::container::test::expand_bwd_test_allocator
|