| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index bf4465dddb6458b4be0372160e2b8249a78df9f9..91ef18941401664a698b8c787fcff24fd40a92a5 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -946,6 +946,8 @@ public:
|
| // collection where threads are known to be at safe points.
|
| static void getStats(HeapStats*);
|
|
|
| + static void getHeapSpaceSize(uint64_t*, uint64_t*);
|
| +
|
| static bool isConsistentForGC();
|
| static void makeConsistentForGC();
|
|
|
|
|