Index: runtime/vm/pages.h |
diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h |
index 8aba7699d771e4bb940b63475c96ccbbde042967..4fe805e0575770d1145a80d97ac8101578a82947 100644 |
--- a/runtime/vm/pages.h |
+++ b/runtime/vm/pages.h |
@@ -187,6 +187,8 @@ class PageSpace { |
RawObject::ToAddr(raw_obj) & ~(kPageSize -1)); |
} |
+ void StartEndAddress(uword* start, uword* end) const; |
+ |
void EnableGrowthControl() { |
page_space_controller_.Enable(); |
} |