Searched refs:sum_total (Results 1 – 2 of 2) sorted by relevance
87 static long sum_total; variable119 sum_total = mem_total + swap_total; in setup()168 alloc_and_check(sum_total, EXPECT_FAIL); in overcommit_memory_test()173 alloc_and_check(sum_total / 2, EXPECT_PASS); in overcommit_memory_test()174 alloc_and_check(sum_total, EXPECT_PASS); in overcommit_memory_test()175 alloc_and_check(sum_total * 2, EXPECT_PASS); in overcommit_memory_test()
72 let sum_total = 0;86 sum_total += total;106 (sum_total / count / KB).toFixed(2) + " KB");