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

Function mi_option_disable

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

Source from the content-addressed store, hash-verified

168}
169
170void mi_option_disable(mi_option_t option) {
171 mi_option_set_enabled(option,false);
172}
173
174
175static void mi_cdecl mi_out_stderr(const char* msg, void* arg) {

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 1

mi_option_set_enabledFunction · 0.85

Tested by 2

mainFunction · 0.68
mainFunction · 0.68