Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dexported64.map5 debug_dump_heap;
Dexported32.map5 debug_dump_heap;
Dmalloc_debug.cpp81 void debug_dump_heap(const char* file_name);
358 debug_dump_heap(android::base::StringPrintf("%s.%d.exit.txt", in debug_finalize()
421 debug_dump_heap(android::base::StringPrintf( in InternalMalloc()
488 debug_dump_heap(android::base::StringPrintf( in InternalFree()
999 void debug_dump_heap(const char* file_name) { in debug_dump_heap() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp79 void debug_dump_heap(const char*);
2675 debug_dump_heap(tf.path); in TEST_F()