Searched refs:dlmalloc_allocation_command (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | alloc_full_test.cpp | 114 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/ |
D | adaptive_pool.hpp | 340 … 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()
|
D | allocator.hpp | 358 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
|
D | node_allocator.hpp | 328 … 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/ |
D | dlmalloc.hpp | 75 BOOST_CONTAINER_DECL boost_cont_command_ret_t dlmalloc_allocation_command
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/ |
D | dlmalloc.cpp | 79 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/ |
D | bench_alloc.cpp | 74 ret = dlmalloc_allocation_command in allocation_timing_test()
|