Searched refs:total_memory (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/malloc_debug/ |
D | TrackData.h | 61 size_t* total_memory, size_t* backtrace_size);
|
D | TrackData.cpp | 107 size_t* total_memory, size_t* backtrace_size) { in GetInfo() argument 135 *total_memory += header->real_size(); in GetInfo()
|
D | malloc_debug.cpp | 69 uint8_t** info, size_t* overall_size, size_t* info_size, size_t* total_memory, 238 size_t* info_size, size_t* total_memory, size_t* backtrace_size) { in debug_get_malloc_leak_info() argument 243 total_memory == nullptr || backtrace_size == nullptr) { in debug_get_malloc_leak_info() 251 *total_memory = 0; in debug_get_malloc_leak_info() 260 g_debug->track->GetInfo(info, overall_size, info_size, total_memory, backtrace_size); in debug_get_malloc_leak_info()
|
D | README_api.md | 10 …info(uint8_t** info, size_t* overall_size, size_t* info_size, size_t* total_memory, size_t* backtr…
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 960 size_t total_memory; in TEST_F() local 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() 981 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, nullptr); in TEST_F() 991 size_t total_memory; in TEST_F() local 995 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F() 1014 size_t total_memory; in TEST_F() local 1017 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size); in TEST_F() 1021 ASSERT_EQ(0U, total_memory); in TEST_F() [all …]
|
/bionic/libc/kernel/uapi/video/ |
D | uvesafb.h | 58 __u16 total_memory; member
|
/bionic/libc/bionic/ |
D | malloc_common.cpp | 218 size_t* info_size, size_t* total_memory, size_t* backtrace_size) { in get_malloc_leak_info() argument 222 g_debug_get_malloc_leak_info_func(info, overall_size, info_size, total_memory, backtrace_size); in get_malloc_leak_info()
|