Searched refs:current_committed_memory (Results 1 – 1 of 1) sorted by relevance
204 intptr_t current_committed_memory = CommittedMemory(); in UpdateMaximumCommitted() local205 if (current_committed_memory > maximum_committed_) { in UpdateMaximumCommitted()206 maximum_committed_ = current_committed_memory; in UpdateMaximumCommitted()