Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dexported64.map9 debug_get_malloc_leak_info;
Dexported32.map9 debug_get_malloc_leak_info;
Dmalloc_debug.cpp179 void debug_get_malloc_leak_info(uint8_t** info, size_t* overall_size, size_t* info_size,
467 void debug_get_malloc_leak_info(uint8_t** info, size_t* overall_size, size_t* info_size, in debug_get_malloc_leak_info() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp69 void debug_get_malloc_leak_info(uint8_t**, size_t*, size_t*, size_t*, size_t*);
1159 debug_get_malloc_leak_info(nullptr, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F()
1163 debug_get_malloc_leak_info(&info, nullptr, &info_size, &total_memory, &backtrace_size); in TEST_F()
1167 debug_get_malloc_leak_info(&info, &overall_size, nullptr, &total_memory, &backtrace_size); in TEST_F()
1171 debug_get_malloc_leak_info(&info, &overall_size, &info_size, nullptr, &backtrace_size); in TEST_F()
1175 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, nullptr); in TEST_F()
1189 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F()
1211 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F()
1249 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F()
1327 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F()
[all …]