[all-commits] [llvm/llvm-project] 4e8d6c: [scudo] Pass the max number of blocks to popBlocks...
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Thu Oct 26 15:17:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e8d6c4f82a557313d3a46e3d567b2042ea38d92
https://github.com/llvm/llvm-project/commit/4e8d6c4f82a557313d3a46e3d567b2042ea38d92
Author: ChiaHungDuan <chiahungduan at google.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/local_cache.h
M compiler-rt/lib/scudo/standalone/primary32.h
M compiler-rt/lib/scudo/standalone/primary64.h
Log Message:
-----------
[scudo] Pass the max number of blocks to popBlocks (#70243)
Make the cache have the fully control on how many blocks to be popped
(At before, it depended the number of blocks stored in the
TransferBatch)
More information about the All-commits
mailing list