mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
a851570b15
Disabling jemalloc for Android fixes a build failure since jemalloc does not build out of the box for that platform on older API versions. Android started using jemalloc as the system allocator around 2014 for most devices. In the latest Android version (11) the system allocator has been switched to Scudo, which while not being jemalloc is modern and actively maintained and should be used for most software on Android. See: - https://android-developers.googleblog.com/2020/06/system-hardening-in-android-11.html - https://blog.nsogroup.com/a-tale-of-two-mallocs-on-android-libc-allocators-part-2-jemalloc/ - https://stackoverflow.com/questions/2266762/android-libc-version-and-malloc-implementation |
||
---|---|---|
.. | ||
exec | ||
filter | ||
app.rs | ||
error.rs | ||
exit_codes.rs | ||
filesystem.rs | ||
filetypes.rs | ||
main.rs | ||
options.rs | ||
output.rs | ||
regex_helper.rs | ||
walk.rs |