MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_recurse_exit_prim

Function mi_recurse_exit_prim

3rd/mimalloc-2.0.9/src/options.c:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311static mi_decl_noinline void mi_recurse_exit_prim(void) {
312 recurse = false;
313}
314
315static bool mi_recurse_enter(void) {
316 #if defined(__APPLE__) || defined(MI_TLS_RECURSE_GUARD)

Callers 1

mi_recurse_exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected