Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_linux.cc331 const size_t kSwapIndex = (9 * 3) + 1; in GetTotalsSummary() local
347 DCHECK_EQ("Swap:", totmaps_fields[kSwapIndex-1]); in GetTotalsSummary()
357 success &= StringToInt(totmaps_fields[kSwapIndex], &swap_kb); in GetTotalsSummary()