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

Unified Diff: runtime/vm/freelist.h

Issue 11416384: Improve the reporting of scavenger and free list reports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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/freelist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/freelist.h
diff --git a/runtime/vm/freelist.h b/runtime/vm/freelist.h
index 648a7f63bc3b95209e7335abfe339a27d73539ab..072348a6336752126aaf3e7148da9ae60cce8de7 100644
--- a/runtime/vm/freelist.h
+++ b/runtime/vm/freelist.h
@@ -93,6 +93,9 @@ class FreeList {
void SplitElementAfterAndEnqueue(FreeListElement* element, intptr_t size);
+ void PrintSmall() const;
+ void PrintLarge() const;
+
BitSet<kNumLists> free_map_;
FreeListElement* free_lists_[kNumLists + 1];
« no previous file with comments | « no previous file | runtime/vm/freelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698