Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ mi_subproc_current
Function
mi_subproc_current
system/lib/mimalloc/src/init.c:471–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
469
}
470
471
mi_subproc_id_t mi_subproc_current(void) {
472
return _mi_subproc();
473
}
474
475
mi_subproc_id_t mi_subproc_new(void) {
476
static _Atomic(size_t) subproc_total_count;
Callers
3
mi_stats_print_out
Function · 0.85
mi_stats_get
Function · 0.85
mi_stats_get_json
Function · 0.85
Calls
1
_mi_subproc
Function · 0.85
Tested by
no test coverage detected