Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsweeper.cc30 should_reduce_memory_(false) {} in Sweeper()
151 should_reduce_memory_ = heap_->ShouldReduceMemory(); in StartSweeping()
249 if (should_reduce_memory_) page->DiscardUnusedMemory(free_start, size); in FreeAndProcessFreedMemory()
351 if (should_reduce_memory_) { in RawSweep()
Dsweeper.h218 bool should_reduce_memory_; variable