emeryberger merged emeryberger/Hoard#106 · July 12, 2026 17:53 Fix crash: pthread_create used a dead thread's TLAB on macOS #106 The bugxxpthread_create (src/source/mactls.cpp) cached the custom heap in a function-local static:static TheCustomHeapType * t = getCustomHeap();I… +4 -2