Files
jemalloc/test/unit
Carl Shapiro a056c20d67 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 18:14:33 -07:00
..
2020-07-31 09:16:50 -07:00
2020-07-31 09:16:50 -07:00
2020-07-31 09:16:50 -07:00
2020-03-31 06:25:08 -07:00
2017-05-18 11:33:45 -07:00
2024-04-09 12:57:01 -07:00
2017-04-21 10:06:12 -07:00
2019-12-30 15:58:57 -08:00
2021-12-15 10:39:17 -08:00