| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 8ecf7ae1328df4e495242eb777a128b1e7d6efc0..742aa4ba89c0c3535e7a3c7d8ab0b473479e2544 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -2127,7 +2127,9 @@ class Heap {
|
|
|
| void SelectScavengingVisitorsTable();
|
|
|
| - void ReduceNewSpaceSize(GCIdleTimeAction action);
|
| + bool HasLowAllocationRate(size_t allocaion_rate);
|
| +
|
| + void ReduceNewSpaceSize(size_t allocaion_rate);
|
|
|
| bool TryFinalizeIdleIncrementalMarking(
|
| double idle_time_in_ms, size_t size_of_objects,
|
|
|