Home
last modified time | relevance | path

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

/aosp12/bionic/libc/malloc_debug/
H A Dexported64.map23 debug_write_malloc_leak_info;
H A Dexported32.map25 debug_write_malloc_leak_info;
H A Dmalloc_debug.cpp84 bool debug_write_malloc_leak_info(FILE* fp);
979 bool debug_write_malloc_leak_info(FILE* fp) { in debug_write_malloc_leak_info() function
/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp78 bool debug_write_malloc_leak_info(FILE*);
2597 TEST_F(MallocDebugTest, debug_write_malloc_leak_info) { in TEST_F() argument
2610 ASSERT_TRUE(debug_write_malloc_leak_info(fp)); in TEST_F()
2643 ASSERT_TRUE(debug_write_malloc_leak_info(fp)); in TEST_F()