[all-commits] [llvm/llvm-project] c0f918: Reland "[scudo] Manage free blocks in BatchGroup."
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Fri Oct 21 13:06:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0f91856a3bf0db11d67bf711ac177bb965e4d4c
https://github.com/llvm/llvm-project/commit/c0f91856a3bf0db11d67bf711ac177bb965e4d4c
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M compiler-rt/lib/scudo/standalone/allocator_config.h
M compiler-rt/lib/scudo/standalone/list.h
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
M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
M compiler-rt/lib/scudo/standalone/tests/list_test.cpp
M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
Log Message:
-----------
Reland "[scudo] Manage free blocks in BatchGroup."
This is not a pure revert of c929bcb7d85700494217f3a2148549f8757e0eed.
It also includes a bug fix.
Differential Revision: https://reviews.llvm.org/D136029
More information about the All-commits
mailing list