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

Function _mi_preloading

3rd/mimalloc-2.0.9/src/init.c:495–497  ·  view source on GitHub ↗

Returns true if this module has not been initialized; Don't use C runtime routines until it returns false.

Source from the content-addressed store, hash-verified

493
494// Returns true if this module has not been initialized; Don't use C runtime routines until it returns false.
495bool _mi_preloading(void) {
496 return os_preloading;
497}
498
499mi_decl_nodiscard bool mi_is_redirected(void) mi_attr_noexcept {
500 return mi_redirected;

Callers 5

mi_out_stderrFunction · 0.85
mi_recurse_enterFunction · 0.85
mi_recurse_exitFunction · 0.85
mi_getenvFunction · 0.85
mi_option_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected