Home
last modified time | relevance | path

Searched refs:backtrace_size (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp999 size_t backtrace_size; in TEST_F() local
1003 debug_get_malloc_leak_info(nullptr, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F()
1007 debug_get_malloc_leak_info(&info, nullptr, &info_size, &total_memory, &backtrace_size); in TEST_F()
1011 debug_get_malloc_leak_info(&info, &overall_size, nullptr, &total_memory, &backtrace_size); in TEST_F()
1015 debug_get_malloc_leak_info(&info, &overall_size, &info_size, nullptr, &backtrace_size); in TEST_F()
1030 size_t backtrace_size; in TEST_F() local
1033 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F()
1053 size_t backtrace_size; in TEST_F() local
1055 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F()
1060 ASSERT_EQ(0U, backtrace_size); in TEST_F()
[all …]
/bionic/libc/malloc_hooks/
Dmalloc_hooks.cpp55 size_t* backtrace_size);
110 size_t* info_size, size_t* total_memory, size_t* backtrace_size) { in hooks_get_malloc_leak_info() argument
115 *backtrace_size = 0; in hooks_get_malloc_leak_info()
/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp204 size_t backtrace_size = 400; in TEST_F() local
205 get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F()
210 EXPECT_EQ(0U, backtrace_size); in TEST_F()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp73 size_t* total_memory, size_t* backtrace_size);
267 size_t* total_memory, size_t* backtrace_size) { in debug_get_malloc_leak_info() argument
272 backtrace_size == nullptr) { in debug_get_malloc_leak_info()
281 *backtrace_size = 0; in debug_get_malloc_leak_info()
290 PointerData::GetInfo(info, overall_size, info_size, total_memory, backtrace_size); in debug_get_malloc_leak_info()
DPointerData.h155 size_t* backtrace_size);
DPointerData.cpp452 size_t* total_memory, size_t* backtrace_size) { in GetInfo() argument
466 *backtrace_size = g_debug->config().backtrace_frames(); in GetInfo()
467 *info_size = sizeof(size_t) * 2 + sizeof(uintptr_t) * *backtrace_size; in GetInfo()
DREADME_api.md10 …_t** info, size_t* overall_size, size_t* info_size, size_t* total_memory, size_t* backtrace_size);`
/bionic/libc/bionic/
Dmalloc_common.cpp246 size_t* info_size, size_t* total_memory, size_t* backtrace_size) { in get_malloc_leak_info() argument
252 backtrace_size); in get_malloc_leak_info()