| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index ba91433ede755cba7e72800e22f500d59dbd80fb..6988176104f92d4050e3730fd3a708812d430558 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -458,6 +458,9 @@ public:
|
| // Visit all persistents allocated on this thread.
|
| void visitPersistents(Visitor*);
|
|
|
| + // Takes dump of memory statistics for tracing.
|
| + void dumpMemory();
|
| +
|
| #if ENABLE(GC_PROFILING)
|
| const GCInfo* findGCInfo(Address);
|
| static const GCInfo* findGCInfoFromAllThreads(Address);
|
|
|