Index: Source/wtf/PartitionAlloc.cpp |
diff --git a/Source/wtf/PartitionAlloc.cpp b/Source/wtf/PartitionAlloc.cpp |
index a63a684c51980189aed9ab281b326c9f54d06ac4..2a121aea2afce7d2f4a939a307f31e723433d46b 100644 |
--- a/Source/wtf/PartitionAlloc.cpp |
+++ b/Source/wtf/PartitionAlloc.cpp |
@@ -112,6 +112,7 @@ static void parititonAllocBaseInit(PartitionRootBase* root) |
spinLockUnlock(&PartitionRootBase::gInitializedLock); |
root->initialized = true; |
+ root->totalAllocationSize = 0; |
root->totalSizeOfSuperPages = 0; |
root->nextSuperPage = 0; |
root->nextPartitionPage = 0; |