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

  /external/chromium_org/base/process/
process_metrics.h 79 struct CommittedKBytes {
80 CommittedKBytes() : priv(0), mapped(0), image(0) {}
148 // Fills a CommittedKBytes with both resident and paged
150 void GetCommittedKBytes(CommittedKBytes* usage) const;
  /external/chromium/base/
process_util.h 510 struct CommittedKBytes {
511 CommittedKBytes() : priv(0), mapped(0), image(0) {}
577 // Fills a CommittedKBytes with both resident and paged
579 void GetCommittedKBytes(CommittedKBytes* usage) const;

Completed in 87 milliseconds