This is an archive of the discontinued LLVM Phabricator instance.

[hwasan] Increase allocator space for non-android Linux
ClosedPublic

Authored by vitalybuka on Mar 7 2023, 6:42 PM.

Details

Summary

This is max acceptable value with pow of 2 for DefaultSizeClassMap, the
same as for ASAN.

Diff Detail

Event Timeline

vitalybuka created this revision.Mar 7 2023, 6:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2023, 6:42 PM
vitalybuka requested review of this revision.Mar 7 2023, 6:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2023, 6:42 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
kstoimenov accepted this revision.Mar 8 2023, 1:31 PM
This revision is now accepted and ready to land.Mar 8 2023, 1:31 PM
This revision was automatically updated to reflect the committed changes.