Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1621 double foreground_heap_growth_multiplier_; variable
Dheap.cc393 foreground_heap_growth_multiplier_(foreground_heap_growth_multiplier), in Heap()
3753 return foreground_heap_growth_multiplier_; in HeapGrowthMultiplier()
3833 bytes_allocated + static_cast<size_t>(grow_bytes * foreground_heap_growth_multiplier_), in GrowForUtilization()