| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 2782ed85acad721a01ff1a57c427b253f5d88312..410e0bfd02f7f1e50e30213e093f9d02ae5b0123 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 HasLowYoungGenerationAllocationRate();
|
| + bool HasLowOldGenerationAllocationRate();
|
| + bool HasLowAllocationRate();
|
|
|
| - void ReduceNewSpaceSize(size_t allocaion_rate);
|
| + void ReduceNewSpaceSize();
|
|
|
| bool TryFinalizeIdleIncrementalMarking(
|
| double idle_time_in_ms, size_t size_of_objects,
|
|
|