Home
last modified time | relevance | path

Searched refs:swap_total (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/process/
Dprocess_metrics_unittest.cc154 EXPECT_TRUE(meminfo.swap_total == 5832280); in TEST_F()
166 EXPECT_TRUE(meminfo.swap_total == 524280); in TEST_F()
Dprocess_metrics_linux.cc466 swap_total = 0; in SystemMemoryInfoKB()
493 res->SetInteger("swap_total", swap_total); in ToValue()
495 res->SetInteger("swap_used", swap_total - swap_free); in ToValue()
561 StringToInt(tokens[1], &meminfo->swap_total); in ParseProcMeminfo()
Dprocess_metrics.h275 int swap_total; member