Home
last modified time | relevance | path

Searched refs:dlmalloc_allocated_memory (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dalloc_basic_test.cpp26 if(dlmalloc_allocated_memory() != dlmalloc_chunksize(ptr)) in basic_test()
34 if(dlmalloc_allocated_memory() != dlmalloc_chunksize(ptr)) in basic_test()
43 if(dlmalloc_allocated_memory() != dlmalloc_chunksize(ptr)) in basic_test()
49 if(dlmalloc_allocated_memory() != dlmalloc_chunksize(ptr)) in basic_test()
55 if(dlmalloc_allocated_memory() != dlmalloc_chunksize(ptr)) in basic_test()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/
Dbench_alloc.cpp111 assert( dlmalloc_allocated_memory() == 0); in allocation_timing_test()
112 if(dlmalloc_allocated_memory()!= 0){ in allocation_timing_test()
Dbench_alloc_expand_bwd.cpp132 assert(bc::dlmalloc_allocated_memory() == 0); in vector_test_template()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Ddlmalloc.hpp53 BOOST_CONTAINER_DECL size_t dlmalloc_allocated_memory();
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc.cpp43 BOOST_CONTAINER_DECL size_t dlmalloc_allocated_memory() in dlmalloc_allocated_memory() function