jemalloc/include
Carl Shapiro 1652fec1b4 Handle tcache init failures gracefully
tsd_tcache_data_init() returns true on failure but its callers ignore
this return value, leaving the per-thread tcache in an uninitialized
state after a failure.

This change disables the tcache on an initialization failure and logs
an error message.  If opt_abort is true, it will also abort.

New unit tests have been added to test tcache initialization failures.
2026-03-10 16:04:56 -07:00
..
jemalloc Handle tcache init failures gracefully 2026-03-10 16:04:56 -07:00
msvc_compat Reformat the codebase with the clang-format 18. 2025-06-20 14:35:15 -07:00