Home
last modified time | relevance | path

Searched refs:current_committed_memory (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dheap.cc237 intptr_t current_committed_memory = CommittedMemory(); in UpdateMaximumCommitted() local
238 if (current_committed_memory > maximum_committed_) { in UpdateMaximumCommitted()
239 maximum_committed_ = current_committed_memory; in UpdateMaximumCommitted()