Searched refs:committed_memory_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics.cc13 committed_memory_ = 0;
19 system_metrics.committed_memory_ = GetSystemCommitCharge();
34 res->SetInteger("committed_memory", static_cast<int>(committed_memory_));
H A Dprocess_metrics.h380 size_t committed_memory_; member in class:base::SystemMetrics

Completed in 174 milliseconds