HomeSort by relevance Sort by last modified time
    Searched refs:committed_memory_at_last_run (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
memory-reducer.h 89 double last_gc_time_ms, size_t committed_memory_at_last_run)
94 committed_memory_at_last_run(committed_memory_at_last_run) {}
99 size_t committed_memory_at_last_run; member in struct:v8::internal::MemoryReducer::State
memory-reducer.cc 151 Max(static_cast<size_t>(state.committed_memory_at_last_run *
153 state.committed_memory_at_last_run + kCommittedMemoryDelta)) {

Completed in 149 milliseconds