Searched refs:committed_memory_ (Results 1 – 2 of 2) sorted by relevance
55 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()
493 size_t committed_memory_; variable