Home
last modified time | relevance | path

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

/external/chromium_org/base/process/
Dprocess_metrics.cc12 committed_memory_ = 0; in SystemMetrics()
18 system_metrics.committed_memory_ = GetSystemCommitCharge(); in Sample()
33 res->SetInteger("committed_memory", static_cast<int>(committed_memory_)); in ToValue()
Dprocess_metrics.h368 size_t committed_memory_; variable