Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dexported64.map23 debug_write_malloc_leak_info;
Dexported32.map25 debug_write_malloc_leak_info;
Dmalloc_debug.cpp181 bool debug_write_malloc_leak_info(FILE* fp);
1138 bool debug_write_malloc_leak_info(FILE* fp) { in debug_write_malloc_leak_info() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp81 bool debug_write_malloc_leak_info(FILE*);
2671 TEST_F(MallocDebugTest, debug_write_malloc_leak_info) { in TEST_F() argument
2684 ASSERT_TRUE(debug_write_malloc_leak_info(fp)); in TEST_F()
2717 ASSERT_TRUE(debug_write_malloc_leak_info(fp)); in TEST_F()