MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / mi_option_disable

Function mi_option_disable

system/lib/mimalloc/src/options.c:338–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void mi_option_disable(mi_option_t option) {
339 mi_option_set_enabled(option,false);
340}
341
342static void mi_cdecl mi_out_stderr(const char* msg, void* arg) {
343 MI_UNUSED(arg);

Callers 1

_mi_options_initFunction · 0.85

Calls 1

mi_option_set_enabledFunction · 0.85

Tested by

no test coverage detected