| Index: Source/wtf/PartitionAlloc.cpp
|
| diff --git a/Source/wtf/PartitionAlloc.cpp b/Source/wtf/PartitionAlloc.cpp
|
| index d6fc5a6cdf2ebc3ca117b5909026b9ac4a315369..745bbc82dbfc5b6afea338403a13a415f77e8e79 100644
|
| --- a/Source/wtf/PartitionAlloc.cpp
|
| +++ b/Source/wtf/PartitionAlloc.cpp
|
| @@ -1079,7 +1079,6 @@ static void partitionDumpBucketStats(PartitionBucketMemoryStats* statsOut, const
|
| uint16_t bucketNumSlots = partitionBucketSlots(bucket);
|
| size_t bucketUsefulStorage = statsOut->bucketSlotSize * bucketNumSlots;
|
| statsOut->allocatedPageSize = partitionBucketBytes(bucket);
|
| - statsOut->pageWasteSize = statsOut->allocatedPageSize - bucketUsefulStorage;
|
| statsOut->activeBytes = bucket->numFullPages * bucketUsefulStorage;
|
| statsOut->residentBytes = bucket->numFullPages * statsOut->allocatedPageSize;
|
|
|
|
|