Merge branch 'dev' into dev2

This commit is contained in:
Daan 2025-02-10 20:29:46 -08:00
commit 5ce6f9f407
5 changed files with 16 additions and 9 deletions

View file

@ -569,6 +569,9 @@ void _mi_heap_set_default_direct(mi_heap_t* heap) {
_mi_prim_thread_associate_default_heap(heap);
}
void mi_thread_set_in_threadpool(void) mi_attr_noexcept {
// nothing
}
// --------------------------------------------------------
// Run functions on process init/done, and thread init/done