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

Unified Diff: Source/platform/heap/ThreadState.h

Issue 717923005: Profile FreeList Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/platform/heap/ThreadState.h
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
index 074fafe02efb7642ba032d45da9defd8faf63b15..9640c022377fd96e76ac8f6db97f92106a9f408c 100644
--- a/Source/platform/heap/ThreadState.h
+++ b/Source/platform/heap/ThreadState.h
@@ -631,6 +631,11 @@ public:
static const GCInfo* findGCInfoFromAllThreads(Address);
#endif
+#if ENABLE(GC_PROFILE_FREE_LIST)
+ void snapshotFreeListIfNecessary();
+ void snapshotFreeList();
+#endif
+
#if ENABLE(GC_PROFILE_HEAP)
struct SnapshotInfo {
ThreadState* state;

Powered by Google App Engine
This is Rietveld 408576698