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

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: rebase Created 8 years, 5 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
« no previous file with comments | « runtime/vm/object_set.h ('k') | runtime/vm/pages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « runtime/vm/object_set.h ('k') | runtime/vm/pages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698