Home
last modified time | relevance | path

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

/external/chromium_org/base/process/
Dprocess_metrics_linux.cc288 const size_t kSwapIndex = (9 * 3) + 1; in GetWorkingSetKBytesTotmaps() local
305 DCHECK_EQ("Swap:", totmaps_fields[kSwapIndex-1]); in GetWorkingSetKBytesTotmaps()
315 ret &= StringToInt(totmaps_fields[kSwapIndex], &swap); in GetWorkingSetKBytesTotmaps()