Searched refs:CommittedKBytes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot.h71 // Fills a |CommittedKBytes| with both resident and paged memory usage, as per
84 base::CommittedKBytes* usage) const;
H A Dmemory_details.h51 base::CommittedKBytes committed;
H A Dprocess_info_snapshot_mac_unittest.cc44 base::CommittedKBytes usage;
H A Dprocess_info_snapshot_mac.cc363 base::CommittedKBytes* usage) const {
/external/chromium_org/base/process/
H A Dprocess_metrics.h81 struct CommittedKBytes { struct in namespace:base
82 CommittedKBytes() : priv(0), mapped(0), image(0) {} function in struct:base::CommittedKBytes
150 // Fills a CommittedKBytes with both resident and paged
152 void GetCommittedKBytes(CommittedKBytes* usage) const;
H A Dprocess_metrics_mac.cc211 void ProcessMetrics::GetCommittedKBytes(CommittedKBytes* usage) const {
H A Dprocess_metrics_win.cc85 void ProcessMetrics::GetCommittedKBytes(CommittedKBytes* usage) const {

Completed in 8187 milliseconds