Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics.cc55 committed_memory_ = 0; in SystemMetrics()
61 system_metrics.committed_memory_ = GetSystemCommitCharge(); in Sample()
77 res->SetInteger("committed_memory", static_cast<int>(committed_memory_)); in ToValue()
Dprocess_metrics.h493 size_t committed_memory_; variable