Searched refs:committed_memory_ (Results 1 – 2 of 2) sorted by relevance
21 committed_memory_ = 0; in SystemMetrics()27 system_metrics.committed_memory_ = GetSystemCommitCharge(); in Sample()42 res->SetInteger("committed_memory", static_cast<int>(committed_memory_)); in ToValue()
471 size_t committed_memory_; variable