Skip to content

Commit

Permalink
Merge pull request #7163 from tajila/master
Browse files Browse the repository at this point in the history
Init allocation stats fields
  • Loading branch information
babsingh committed Oct 28, 2023
2 parents 15c89a7 + a5ee962 commit 94e4438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gc/stats/AllocationStats.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class MM_AllocationStats : public MM_Base
_arrayletLeafAllocationBytes(0),
_allocationCount(0),
_allocationBytes(0),
_allocationBytesCumulative(0),
_ownableSynchronizerObjectCount(0),
_continuationObjectCount(0),
_discardedBytes(0),
Expand Down

0 comments on commit 94e4438

Please sign in to comment.