This is an archive of the discontinued LLVM Phabricator instance.

[WIP][scudo][standalone] Make secondary cache configurable at runtime
AbandonedPublic

Authored by cryptoad on Jun 9 2020, 2:55 PM.

Details

Reviewers
None
Summary

We were requested recently to make the secondary cache more configurable
at runtime, allowing for changes to the maximum number of entries that
the cache can hold, as well as the maximum size of an entry that can be
cached.

The approach chosen is to some mallopt options that allow setting those
at the allocator level.

Diff Detail

Event Timeline

cryptoad created this revision.Jun 9 2020, 2:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2020, 2:55 PM
Herald added subscribers: Restricted Project, jfb. · View Herald Transcript
cryptoad abandoned this revision.Jul 27 2020, 9:47 AM