This is an archive of the discontinued LLVM Phabricator instance.

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,
so move the management of the bit to the combined allocator and
make useMemoryTagging() a free function.

Depends on D93729

Diff Detail

Event Timeline

pcc requested review of this revision.Dec 22 2020, 1:49 PM
pcc created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2020, 1:49 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
eugenis accepted this revision.Dec 22 2020, 4:02 PM

LGTM

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
This revision was automatically updated to reflect the committed changes.