OSDN Git Service

scudo: Move the configuration for the primary allocator to Config. NFCI.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 15 Dec 2020 22:26:10 +0000 (14:26 -0800)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 22 Dec 2020 22:54:40 +0000 (14:54 -0800)
commit6dfe5801e01d259d00198147b27438ffea39e59f
tree501786a1da79d4df8f915f8b2cf6fab94dc6f5de
parent75a3f326c3d874853031d8bedd1d00127c835103
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
compiler-rt/lib/scudo/standalone/allocator_config.h
compiler-rt/lib/scudo/standalone/memtag.h
compiler-rt/lib/scudo/standalone/primary32.h
compiler-rt/lib/scudo/standalone/primary64.h
compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
compiler-rt/lib/scudo/standalone/tests/primary_test.cpp