[all-commits] [llvm/llvm-project] 6dfe58: scudo: Move the configuration for the primary allo...
pcc via All-commits
all-commits at lists.llvm.org
Tue Dec 22 14:58:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6dfe5801e01d259d00198147b27438ffea39e59f
https://github.com/llvm/llvm-project/commit/6dfe5801e01d259d00198147b27438ffea39e59f
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M compiler-rt/lib/scudo/standalone/allocator_config.h
M compiler-rt/lib/scudo/standalone/memtag.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/primary_test.cpp
Log Message:
-----------
scudo: Move the configuration for the primary allocator to Config. NFCI.
This will allow the primary and secondary allocators to share
the MaySupportMemoryTagging bool.
Differential Revision: https://reviews.llvm.org/D93728
More information about the All-commits
mailing list