Searched refs:foreground_heap_growth_multiplier_ (Results 1 – 2 of 2) sorted by relevance
1535 double foreground_heap_growth_multiplier_; variable
358 foreground_heap_growth_multiplier_(foreground_heap_growth_multiplier), in Heap()3542 return foreground_heap_growth_multiplier_; in HeapGrowthMultiplier()3613 ? bytes_allocated + static_cast<size_t>(grow_bytes * foreground_heap_growth_multiplier_) in GrowForUtilization()