fd/src
Fredrik Fornwall a851570b15 Disable jemalloc on Android (fixes #636 and #642)
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
2020-10-08 12:45:48 +02:00
..
exec Fix some clippy lints, and format 2020-05-01 14:08:53 +02:00
filter improve time option usage (#645) 2020-09-10 00:34:27 -06:00
app.rs improve time option usage (#645) 2020-09-10 00:34:27 -06:00
error.rs Proper error handling within walk.rs 2020-04-03 22:36:32 +02:00
exit_codes.rs Clean up exit code handling 2020-04-03 10:48:27 +02:00
filesystem.rs Do not allow list-details in combination with -1 2020-04-16 10:11:05 +02:00
filetypes.rs Add new `--type socket` and `--type pipe` filters 2020-04-16 09:59:45 +02:00
main.rs Disable jemalloc on Android (fixes #636 and #642) 2020-10-08 12:45:48 +02:00
options.rs Add global fdignore support 2020-05-18 21:19:09 +02:00
output.rs Fix some clippy lints, and format 2020-05-01 14:08:53 +02:00
regex_helper.rs Add tests for regex_helper 2020-04-03 22:36:32 +02:00
walk.rs Fix warning 2020-05-19 14:01:00 +02:00