Searched refs:should_reduce_memory_ (Results 1 – 2 of 2) sorted by relevance
30 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()
218 bool should_reduce_memory_; variable