Searched refs:current_committed_memory (Results 1 – 1 of 1) sorted by relevance
237 intptr_t current_committed_memory = CommittedMemory(); in UpdateMaximumCommitted() local238 if (current_committed_memory > maximum_committed_) { in UpdateMaximumCommitted()239 maximum_committed_ = current_committed_memory; in UpdateMaximumCommitted()