android_system_core/debuggerd/libdebuggerd
Christopher Ferris 1c46a00865 Replace malloc_not_svelte with malloc_low_memory.
The malloc_not_svelte variable name is confusing and makes the
low memory config the default. Change this so that the default is
the regular allocator, and that Malloc_low_memory is used to enable
the low memory allocator.

Update blueprint rules so that scudo is the default action.

Test: Verified scudo config is used by default.
Test: Verfified Android GO config uses the jemalloc low memory config.
Change-Id: Ie7b4b005a6377e2a031bbae979d66b50c8b3bcdb
2024-04-26 13:33:26 -07:00
..
include/libdebuggerd Replace malloc_not_svelte with malloc_low_memory. 2024-04-26 13:33:26 -07:00
test Read data set by android_add_crash_detail into tombstone. 2024-02-13 18:13:22 -08:00
backtrace.cpp Use the new AndroidUnwinder object. 2022-05-12 15:18:46 -07:00
gwp_asan.cpp Pass fault address to GWP-ASan's changed API. 2023-01-12 09:48:11 -08:00
open_files_list.cpp libdebuggerd: decode fdsan owner tags. 2018-08-28 13:48:08 -07:00
scudo.cpp Replace malloc_not_svelte with malloc_low_memory. 2024-04-26 13:33:26 -07:00
tombstone.cpp Remove unnecessary logging. 2022-10-27 17:56:27 -07:00
tombstone_proto.cpp Avoid confusing main_thread name 2024-04-22 23:43:59 +00:00
tombstone_proto_to_text.cpp Read data set by android_add_crash_detail into tombstone. 2024-02-13 18:13:22 -08:00
utility.cpp Move tombstone_proto_to_text out of libdebuggerd. 2023-12-05 10:14:27 +00:00