This is an archive of the discontinued LLVM Phabricator instance.

scudo: Replace the Cache argument on MapAllocator with a Config argument. NFCI.
ClosedPublic

Authored by pcc on Dec 22 2020, 1:48 PM.

Details

Summary

This will allow the secondary allocator to access the
MaySupportMemoryTagging bool.

Depends on D93728

Diff Detail

Event Timeline

pcc requested review of this revision.Dec 22 2020, 1:48 PM
pcc created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2020, 1:48 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.