Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_linux.cc351 int swap_kb = 0; in GetTotalsSummary() local
357 success &= StringToInt(totmaps_fields[kSwapIndex], &swap_kb); in GetTotalsSummary()
364 summary.swap_kb = swap_kb; in GetTotalsSummary()
Dprocess_metrics.h110 size_t swap_kb; member