MCPcopy 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
471mi_subproc_id_t mi_subproc_current(void) {
472 return _mi_subproc();
473}
474
475mi_subproc_id_t mi_subproc_new(void) {
476 static _Atomic(size_t) subproc_total_count;

Callers 3

mi_stats_print_outFunction · 0.85
mi_stats_getFunction · 0.85
mi_stats_get_jsonFunction · 0.85

Calls 1

_mi_subprocFunction · 0.85

Tested by

no test coverage detected