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