Index: Source/platform/heap/ThreadState.h |
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
index 78ab339a55d101e1b0bc9466fb95a04dce6e7f62..bf07643f76b872a2319af0957c7ef873323d0d09 100644 |
--- a/Source/platform/heap/ThreadState.h |
+++ b/Source/platform/heap/ThreadState.h |
@@ -700,6 +700,8 @@ private: |
bool shouldForceMemoryPressureGC(); |
size_t estimatedLiveObjectSize(); |
size_t currentObjectSize(); |
+ double heapGrowingRate(); |
+ bool judgeGCThreshold(size_t allocatedObjectSizeThreshold, double heapGrowingRateThreshold); |
void runScheduledGC(StackState); |