This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Do not instantiate Android svelte allocator.
ClosedPublic

Authored by cferris on Mar 7 2023, 2:19 PM.

Details

Summary

The Android svelte allocator is not used, and will likely require
some configuration and experimentation to find a balanced config.
Leave the svelte config and size map so they can be used as the
basis for the future Android svelte config.

Diff Detail

Event Timeline

cferris created this revision.Mar 7 2023, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2023, 2:19 PM
cferris requested review of this revision.Mar 7 2023, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2023, 2:19 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
Chia-hungDuan accepted this revision.Mar 7 2023, 2:30 PM
This revision is now accepted and ready to land.Mar 7 2023, 2:30 PM
This revision was automatically updated to reflect the committed changes.