Index: Source/platform/heap/Heap.h |
diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h |
index bf4465dddb6458b4be0372160e2b8249a78df9f9..7c7e836ec5089f275a84ce8b45cea1d8c30c299a 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 uint64_t totalObjectSpaceInAllThreads(); |
+ |
static bool isConsistentForGC(); |
static void makeConsistentForGC(); |