Index: runtime/vm/heap.h |
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
index f116af55f56e99ad6689d0d882638ab9561809d9..97e04a1280e94fe4449f8e5dae68dae4c40c0d43 100644 |
--- a/runtime/vm/heap.h |
+++ b/runtime/vm/heap.h |
@@ -126,6 +126,7 @@ class Heap { |
// Enables growth control on the page space heaps. This should be |
// called before any user code is executed. |
+ void InitGrowthControl(); |
void EnableGrowthControl() { SetGrowthControlState(true); } |
void DisableGrowthControl() { SetGrowthControlState(false); } |
void SetGrowthControlState(bool state); |