[compiler-rt] [scudo] Store more blocks in each TransferBatch (PR #70390)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 10:50:50 PST 2024
================
@@ -640,7 +624,7 @@ template <typename Config> class SizeClassAllocator64 {
// by TransferBatch is also free for use. We don't need to recycle the
// TransferBatch. Note that the correctness is maintained by the invariant,
//
- // The unit of each popBatch() request is entire TransferBatch. Return
+ // Each popBlocks() request returns the entire TransferBatch. Return
----------------
cferris1000 wrote:
Return -> Returning
https://github.com/llvm/llvm-project/pull/70390
More information about the llvm-commits
mailing list