add missing mi_thread_done definition

This commit is contained in:
Daan 2024-10-23 00:53:17 -07:00
parent 6e9b38ac12
commit d951b4dd23

View file

@ -459,6 +459,10 @@ void mi_thread_init(void) mi_attr_noexcept
//_mi_verbose_message("thread init: 0x%zx\n", _mi_thread_id());
}
void mi_thread_done(void) mi_attr_noexcept {
_mi_thread_done(NULL);
}
void _mi_thread_done(mi_heap_t* heap)
{
// calling with NULL implies using the default heap