Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ mi_thread_done
Function
mi_thread_done
3rd/mimalloc-2.0.9/src/init.c:444–446 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
442
}
443
444
void mi_thread_done(void) mi_attr_noexcept {
445
_mi_thread_done(mi_get_default_heap());
446
}
447
448
static void _mi_thread_done(mi_heap_t* heap) {
449
mi_atomic_decrement_relaxed(&thread_count);
Callers
2
_mi_redirect_entry
Function · 0.85
DllMain
Function · 0.85
Calls
2
_mi_thread_done
Function · 0.85
mi_get_default_heap
Function · 0.85
Tested by
no test coverage detected