Searched refs:SetIdealFootprint (Results 1 – 4 of 4) sorted by relevance
703 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in FillHeap()
405 void SetIdealFootprint(size_t max_allowed_footprint);
570 SetIdealFootprint(std::numeric_limits<size_t>::max()); in Heap()3402 void Heap::SetIdealFootprint(size_t max_allowed_footprint) { in SetIdealFootprint() function in art::gc::Heap3487 SetIdealFootprint(target_size); in GrowForUtilization()
972 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in TEST_F()