jemalloc/.github/workflows
Slobodan Predolac fb5499aa9c Handle jemalloc calls after TSD teardown
This only changes behavior for the tsd_generic path, where
pthread_getspecific() can report no TSD after the pthread key destructor
has finished.  Other TSD backends keep tsd_teardown_done() as a constant
false, so the added checks compile out there.

Avoid recreating TSD for late deallocations.  Preserve existing
reincarnation behavior for late allocations and nonzero reallocations.

Add Linux CI coverage for force_tls=0, with and without --enable-debug,
to exercise the Android-equivalent generic TSD path.
2026-07-09 11:30:15 -04:00
..
check_formatting.yaml [ci] Update GitHub Actions to their latest major release 2026-04-20 19:40:42 -07:00
freebsd-ci.yml Update Github Actions generation script and upgrade freeBSD actions. 2026-04-21 13:16:44 -07:00
linux-ci.yml Handle jemalloc calls after TSD teardown 2026-07-09 11:30:15 -04:00
macos-ci.yml Add CI coverage for --enable-cxx-infallible-new 2026-06-06 09:50:37 -04:00
static_analysis.yaml [ci] Update GitHub Actions to their latest major release 2026-04-20 19:40:42 -07:00
windows-ci.yml Add CI coverage for --enable-cxx-infallible-new 2026-06-06 09:50:37 -04:00