Home
last modified time | relevance | path

Searched refs:dlmalloc_allocation_command (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dalloc_full_test.cpp114 void* try_result = dlmalloc_allocation_command in test_allocation_shrink()
119 void* result = dlmalloc_allocation_command in test_allocation_shrink()
176 while(dlmalloc_allocation_command in test_allocation_expand()
213 void *ptr = dlmalloc_allocation_command in test_allocation_shrink_and_expand()
216 ptr = dlmalloc_allocation_command in test_allocation_shrink_and_expand()
232 dlmalloc_allocation_command in test_allocation_shrink_and_expand()
252 if(dlmalloc_allocation_command in test_allocation_shrink_and_expand()
316 while(dlmalloc_allocation_command in test_allocation_deallocation_expand()
385 dlmalloc_command_ret_t ret = dlmalloc_allocation_command in test_allocation_with_reuse()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dadaptive_pool.hpp340 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
604 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
Dallocator.hpp358 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
Dnode_allocator.hpp328 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Ddlmalloc.hpp75 BOOST_CONTAINER_DECL boost_cont_command_ret_t dlmalloc_allocation_command
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc.cpp79 BOOST_CONTAINER_DECL boost_cont_command_ret_t dlmalloc_allocation_command in dlmalloc_allocation_command() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/
Dbench_alloc.cpp74 ret = dlmalloc_allocation_command in allocation_timing_test()