| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 2782ed85acad721a01ff1a57c427b253f5d88312..9c57e45c015474f7355d9483ff7f08942544c104 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -2142,9 +2142,11 @@ class Heap {
|
|
|
| void SelectScavengingVisitorsTable();
|
|
|
| - bool HasLowAllocationRate(size_t allocaion_rate);
|
| + bool HasLowAllocationRate();
|
|
|
| - void ReduceNewSpaceSize(size_t allocaion_rate);
|
| + bool HasLowYoungGenerationAllocationUtilization();
|
| +
|
| + void ReduceNewSpaceSize();
|
|
|
| bool TryFinalizeIdleIncrementalMarking(
|
| double idle_time_in_ms, size_t size_of_objects,
|
|
|