| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index dd1a57a9c33fbb510ea885b80c54ab24437ca7b0..bc56519aaca6b689a4de8b6d0da1c2d7e406ec52 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -633,6 +633,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;
|
|
|