mi_thread_done

Uninitialize mimalloc on a thread.

Should not be used as on most systems (pthreads, windows) this is done automatically. Ensures that any memory that is not freed yet (but will be freed by other threads in the future) is properly handled.

extern (C) @nogc @system nothrow
void
mi_thread_done
()

Meta