Searched refs:max_allowed_footprint (Results 1 – 2 of 2) sorted by relevance
3221 void Heap::SetIdealFootprint(size_t max_allowed_footprint) { in SetIdealFootprint() argument3222 if (max_allowed_footprint > GetMaxMemory()) { in SetIdealFootprint()3223 VLOG(gc) << "Clamp target GC heap from " << PrettySize(max_allowed_footprint) << " to " in SetIdealFootprint()3225 max_allowed_footprint = GetMaxMemory(); in SetIdealFootprint()3227 max_allowed_footprint_ = max_allowed_footprint; in SetIdealFootprint()
342 void SetIdealFootprint(size_t max_allowed_footprint);