This is an archive of the discontinued LLVM Phabricator instance.

[scudo][standalone] Always release secondary allocs on Android
AbandonedPublic

Authored by cryptoad on Feb 13 2020, 3:44 PM.

Details

Reviewers
None
Summary

We still have some outliers in terms of RSS/PSS, and since jemalloc is
configured to attempt release all the time, mimic this for the
Secondary.

We still have to be able to configure that properly via mallopt,
which comes next.

Diff Detail

Unit TestsFailed

Event Timeline

cryptoad created this revision.Feb 13 2020, 3:44 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 13 2020, 3:44 PM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
cryptoad planned changes to this revision.Feb 13 2020, 9:21 PM
cryptoad abandoned this revision.Feb 14 2020, 6:09 AM