Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: runtime/vm/pages.h

Issue 10696029: Implement a 2-pass heap verification algorithm. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add missing delete Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698