HomeSort by relevance Sort by last modified time
    Searched defs:WorkingSetKBytes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
process_metrics.h 63 struct WorkingSetKBytes {
64 WorkingSetKBytes() : priv(0), shareable(0), shared(0) {}
151 // Fills a WorkingSetKBytes containing resident private and shared memory
153 bool GetWorkingSetKBytes(WorkingSetKBytes* ws_usage) const;
184 bool GetWorkingSetKBytesStatm(WorkingSetKBytes* ws_usage) const;
188 bool GetWorkingSetKBytesTotmaps(WorkingSetKBytes *ws_usage) const;
  /external/chromium/base/
process_util.h 497 struct WorkingSetKBytes {
498 WorkingSetKBytes() : priv(0), shareable(0), shared(0) {}
580 // Fills a WorkingSetKBytes containing resident private and shared memory
582 bool GetWorkingSetKBytes(WorkingSetKBytes* ws_usage) const;

Completed in 56 milliseconds