Lines Matching refs:info_size

954   size_t info_size;
960 debug_get_malloc_leak_info(nullptr, &overall_size, &info_size, &total_memory, &backtrace_size);
964 debug_get_malloc_leak_info(&info, nullptr, &info_size, &total_memory, &backtrace_size);
972 debug_get_malloc_leak_info(&info, &overall_size, &info_size, nullptr, &backtrace_size);
976 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, nullptr);
985 size_t info_size;
990 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size);
1008 size_t info_size;
1012 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size);
1015 ASSERT_EQ(0U, info_size);
1046 size_t info_size;
1050 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size);
1053 ASSERT_EQ(individual_size, info_size);
1123 size_t info_size;
1127 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size);
1130 ASSERT_EQ(individual_size, info_size);
1194 size_t info_size;
1198 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size);
1201 ASSERT_EQ(individual_size, info_size);
1254 size_t info_size;
1258 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size);
1261 ASSERT_EQ(0U, info_size);
1275 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size);
1278 ASSERT_EQ(individual_size, info_size);
1300 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size);
1303 ASSERT_EQ(0U, info_size);
1378 size_t info_size;
1382 debug_get_malloc_leak_info(&info, &overall_size, &info_size, &total_memory, &backtrace_size);
1384 ASSERT_EQ(expected_info_size, info_size);