Home
last modified time | relevance | path

Searched refs:total_memory (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/malloc_debug/
DTrackData.h61 size_t* total_memory, size_t* backtrace_size);
DTrackData.cpp107 size_t* total_memory, size_t* backtrace_size) { in GetInfo() argument
135 *total_memory += header->real_size(); in GetInfo()
Dmalloc_debug.cpp69 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()
DREADME_api.md10 …info(uint8_t** info, size_t* overall_size, size_t* info_size, size_t* total_memory, size_t* backtr…
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp960 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/
Duvesafb.h58 __u16 total_memory; member
/bionic/libc/bionic/
Dmalloc_common.cpp218 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()