This is an archive of the discontinued LLVM Phabricator instance.

scudo: Remove positional template arguments for secondary cache. NFCI.
ClosedPublic

Authored by pcc on Dec 14 2020, 2:58 PM.

Details

Summary

Make these arguments named constants in the Config class instead
of being positional arguments to MapAllocatorCache. This makes the
configuration easier to follow.

Eventually we should follow suit with the other classes but this is
a start.

Diff Detail

Event Timeline

pcc requested review of this revision.Dec 14 2020, 2:58 PM
pcc created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2020, 2:58 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
eugenis accepted this revision.Dec 14 2020, 3:10 PM

LGTM

This revision is now accepted and ready to land.Dec 14 2020, 3:10 PM
This revision was landed with ongoing or failed builds.Dec 14 2020, 3:40 PM
This revision was automatically updated to reflect the committed changes.