Home
last modified time | relevance | path

Searched refs:sum_total (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c87 static long sum_total; variable
119 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()
/external/v8/tools/heap-stats/
Dglobal-timeline.js72 let sum_total = 0;
86 sum_total += total;
106 (sum_total / count / KB).toFixed(2) + " KB");