The primary and secondary allocators will need to share this bit,
so move the management of the bit to the combined allocator and
make useMemoryTagging() a free function.
Depends on D93729
Paths
| Differential D93730
scudo: Move the management of the UseMemoryTagging bit out of the Primary. NFCI. ClosedPublic Authored by pcc on Dec 22 2020, 1:49 PM.
Details Summary The primary and secondary allocators will need to share this bit, Depends on D93729
Diff Detail
Event Timelinepcc added a child revision: D93731: scudo: Support memory tagging in the secondary allocator..Dec 22 2020, 1:49 PM This revision is now accepted and ready to land.Dec 22 2020, 4:02 PM This revision was landed with ongoing or failed builds.Dec 22 2020, 4:53 PM Closed by commit rGfaac1c02c802: scudo: Move the management of the UseMemoryTagging bit out of the Primary. NFCI. (authored by pcc). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313453 compiler-rt/lib/scudo/standalone/combined.h
compiler-rt/lib/scudo/standalone/options.h
compiler-rt/lib/scudo/standalone/primary32.h
compiler-rt/lib/scudo/standalone/primary64.h
compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
|