Searched refs:current_committed_memory (Results 1 – 1 of 1) sorted by relevance
229 const size_t current_committed_memory = CommittedMemory(); in UpdateMaximumCommitted() local230 if (current_committed_memory > maximum_committed_) { in UpdateMaximumCommitted()231 maximum_committed_ = current_committed_memory; in UpdateMaximumCommitted()