Searched refs:SetIdealFootprint (Results 1 – 4 of 4) sorted by relevance
64 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in FillHeap()
342 void SetIdealFootprint(size_t max_allowed_footprint);
471 SetIdealFootprint(std::numeric_limits<size_t>::max()); in Heap()3221 void Heap::SetIdealFootprint(size_t max_allowed_footprint) { in SetIdealFootprint() function in art::gc::Heap3317 SetIdealFootprint(target_size); in GrowForUtilization()
1330 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in TEST_F()