This will allow the primary and secondary allocators to share
the MaySupportMemoryTagging bool.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93728
scudo: Move the configuration for the primary allocator to Config. NFCI. ClosedPublic Authored by pcc on Dec 22 2020, 1:47 PM.
Details Summary This will allow the primary and secondary allocators to share
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 22 2020, 1:56 PM This revision was landed with ongoing or failed builds.Dec 22 2020, 2:55 PM Closed by commit rG6dfe5801e01d: scudo: Move the configuration for the primary allocator to Config. NFCI. (authored by pcc). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313440 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
|