We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bfc9b commit 037938dCopy full SHA for 037938d
compiler-rt/lib/scudo/standalone/primary64.h
@@ -1492,8 +1492,6 @@ template <typename Config> class SizeClassAllocator64 {
1492
}
1493
1494
const uptr PushedBytesDelta = BytesInBG - BG->BytesInBGAtLastCheckpoint;
1495
- if (PushedBytesDelta < getMinReleaseAttemptSize(BlockSize))
1496
- continue;
1497
1498
// Given the randomness property, we try to release the pages only if the
1499
// bytes used by free blocks exceed certain proportion of group size. Note
0 commit comments