Actions
Issue #2244
openInvestigate the tradeoffs of scudo vs gmalloc
Start date:
04/27/2021
Due date:
% Done:
0%
Estimated time:
Resolution:
Device:
Unknown
Grant:
Type of work:
Build system integration, Unknown, User testing
Updated by Denis 'GNUtoo' Carikli over 3 years ago
dllud found out in https://source.android.com/devices/tech/debug/scudo that the default memory alocator could be configured somehow ("Starting in the Android 11 release, scudo is used for all native code (except on low-memory devices, where jemalloc is still used).").
So it might be interesting to see which one is the best for our uses cases, especially because we might have some low-memory devices but also want to bring in security that don't have impact on practical users freedoms.
Actions