Home
last modified time | relevance | path

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

/external/chromium/base/
Dprocess_util_linux.cc300 const size_t kVmRss = 23; in GetWorkingSetSize() local
301 if (proc_stats.size() > kVmRss) { in GetWorkingSetSize()
303 if (base::StringToInt(proc_stats[kVmRss], &num_pages)) in GetWorkingSetSize()