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

Unified Diff: runtime/vm/heap.h

Issue 1391473002: Add Metrics for heap high water marks (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | runtime/vm/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index a62e27ea8d2b2fc7b17f911b28b7fd44f230c817..496a9c8ef049af3ffc2956ddc883a4a1a9536a60 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -311,12 +311,12 @@ class Heap {
// of this heap.
void GetMergedAddressRange(uword* start, uword* end) const;
+ Isolate* isolate_;
+
// The different spaces used for allocation.
Scavenger new_space_;
PageSpace old_space_;
- Isolate* isolate_;
-
WeakTable* new_weak_tables_[kNumWeakSelectors];
WeakTable* old_weak_tables_[kNumWeakSelectors];
« no previous file with comments | « no previous file | runtime/vm/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698