Searched refs:debug_get_malloc_leak_info (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/ |
D | exported64.map | 7 debug_get_malloc_leak_info;
|
D | exported32.map | 7 debug_get_malloc_leak_info;
|
D | malloc_debug.cpp | 68 void debug_get_malloc_leak_info( 237 void debug_get_malloc_leak_info(uint8_t** info, size_t* overall_size, in debug_get_malloc_leak_info() function
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 57 void debug_get_malloc_leak_info(uint8_t**, size_t*, size_t*, size_t*, size_t*); 965 debug_get_malloc_leak_info(nullptr, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F() 969 debug_get_malloc_leak_info(&info, nullptr, &info_size, &total_memory, &backtrace_size); in TEST_F() 973 debug_get_malloc_leak_info(&info, &overall_size, nullptr, &total_memory, &backtrace_size); in TEST_F() 977 debug_get_malloc_leak_info(&info, &overall_size, &info_size, nullptr, &backtrace_size); in TEST_F() 981 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, nullptr); in TEST_F() 995 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F() 1017 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F() 1055 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F() 1132 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F() [all …]
|