Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_linux.cc343 const size_t kPrivate_CleanIndex = (4 * 3) + 1; in GetWorkingSetKBytesTotmaps() local
361 DCHECK_EQ("Private_Clean:", totmaps_fields[kPrivate_CleanIndex - 1]); in GetWorkingSetKBytesTotmaps()
371 ret &= StringToInt(totmaps_fields[kPrivate_CleanIndex], &private_clean); in GetWorkingSetKBytesTotmaps()