Home
last modified time | relevance | path

Searched refs:debug_dump_heap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp173 void debug_dump_heap(const char* file_name);
454 debug_dump_heap(android::base::StringPrintf("%s.%d.exit.txt", in debug_finalize()
526 debug_dump_heap(android::base::StringPrintf( in InternalMalloc()
611 debug_dump_heap(android::base::StringPrintf( in InternalFree()
1194 void debug_dump_heap(const char* file_name) { in debug_dump_heap() function
H A Dexported64.map5 debug_dump_heap;
H A Dexported32.map5 debug_dump_heap;
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp82 void debug_dump_heap(const char*);
2777 debug_dump_heap(tf.path); in TEST_F()