Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h513 double HeapGrowthMultiplier() const;
Dheap.cc3627 double Heap::HeapGrowthMultiplier() const { in HeapGrowthMultiplier() function in art::gc::Heap
3645 const double multiplier = HeapGrowthMultiplier(); // Use the multiplier to grow more for in GrowForUtilization()
4034 NativeAllocationGcWatermark() * HeapGrowthMultiplier()); in NativeMemoryOverTarget()