Home
last modified time | relevance | path

Searched refs:dlmalloc_malloc (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dalloc_full_test.cpp43 void *ptr = dlmalloc_malloc(i); in test_allocation()
103 void *ptr = dlmalloc_malloc(i*2); in test_allocation_shrink()
162 void *ptr = dlmalloc_malloc(i); in test_allocation_expand()
288 void *ptr = dlmalloc_malloc(i); in test_allocation_deallocation_expand()
362 void *ptr = dlmalloc_malloc(i*sizeof_object); in test_allocation_with_reuse()
489 void *ptr = dlmalloc_malloc(i); in test_many_equal_allocation()
606 void *ptr = dlmalloc_malloc(i); in test_many_different_allocation()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/
Dbench_alloc.cpp58 first_mem = dlmalloc_malloc(sizeof(POD)*num_elements*3/2); in allocation_timing_test()
59 void *addr = dlmalloc_malloc(1*sizeof(POD)); in allocation_timing_test()
61 first_mem = dlmalloc_malloc(sizeof(POD)*num_elements*3/2); in allocation_timing_test()
Dbench_alloc_expand_bwd.cpp114 first_mem = bc::dlmalloc_malloc(sizeof(MyInt)*num_elements*3/2); in vector_test_template()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dadaptive_pool.hpp169 return static_cast<pointer>(dlmalloc_malloc(count*sizeof(T))); in allocate()
480 return static_cast<pointer>(dlmalloc_malloc(count*sizeof(T))); in allocate()
Dallocator.hpp185 void *ret = dlmalloc_malloc(count*sizeof(T)); in allocate()
Dnode_allocator.hpp157 void *ret = dlmalloc_malloc(count*sizeof(T)); in allocate()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dpool_common_alloc.hpp71 void *ret = dlmalloc_malloc(nbytes); in allocate()
Ddlmalloc.hpp37 BOOST_CONTAINER_DECL void* dlmalloc_malloc(size_t bytes);
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc.cpp20 BOOST_CONTAINER_DECL void* dlmalloc_malloc(size_t bytes) in dlmalloc_malloc() function