Home
last modified time | relevance | path

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

/external/chromium/base/
Dprocess_util_linux.cc314 const size_t kVmHwm = 23; in GetPeakWorkingSetSize() local
315 if (proc_stats.size() > kVmHwm) { in GetPeakWorkingSetSize()
317 base::StringToInt(proc_stats[kVmHwm], &num_pages); in GetPeakWorkingSetSize()