You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging BinaryTree17 in #13535, I found that reimburseSweepCredit is underflowing mheap_.spanBytesAlloc early in the sweep cycle, which causes the next deductSweepCredit to sweep all remaining pages, rather than the small (and proportional) number it's supposed to.
The text was updated successfully, but these errors were encountered:
While debugging BinaryTree17 in #13535, I found that reimburseSweepCredit is underflowing mheap_.spanBytesAlloc early in the sweep cycle, which causes the next deductSweepCredit to sweep all remaining pages, rather than the small (and proportional) number it's supposed to.
The text was updated successfully, but these errors were encountered: