[all-commits] [llvm/llvm-project] 8b65c9: [scudo] Make block storage in TransferBatch traili...
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Tue Jul 8 11:07:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b65c9d1ed298a9f4be675d1da9d678fd61ff2b0
https://github.com/llvm/llvm-project/commit/8b65c9d1ed298a9f4be675d1da9d678fd61ff2b0
Author: ChiaHungDuan <chiahungduan at google.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M compiler-rt/lib/scudo/standalone/allocator_common.h
M compiler-rt/lib/scudo/standalone/primary32.h
M compiler-rt/lib/scudo/standalone/primary64.h
M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
Log Message:
-----------
[scudo] Make block storage in TransferBatch trailing objects (#144204)
This allows us to change the number of blocks stored according to the
size of BatchClass.
Also change the name `TransferBatch` to `Batch` given that it's never
the unit of transferring blocks.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list