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

Unified Diff: runtime/vm/zone.h

Issue 2360963005: Relax zone allocation assertion (Closed)
Patch Set: fschneider pre-review Created 4 years, 3 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/thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/zone.h
diff --git a/runtime/vm/zone.h b/runtime/vm/zone.h
index 57a584242898fdf980f22bb9673bbb3acfaa2b80..0d274ad5356dbca19497112aedb369f3594cbc02 100644
--- a/runtime/vm/zone.h
+++ b/runtime/vm/zone.h
@@ -70,6 +70,8 @@ class Zone {
void VisitObjectPointers(ObjectPointerVisitor* visitor);
+ Zone* previous() const { return previous_; }
+
private:
Zone();
~Zone(); // Delete all memory associated with the zone.
« no previous file with comments | « runtime/vm/thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698