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

Function mi_option_enable

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

Source from the content-addressed store, hash-verified

164}
165
166void mi_option_enable(mi_option_t option) {
167 mi_option_set_enabled(option,true);
168}
169
170void mi_option_disable(mi_option_t option) {
171 mi_option_set_enabled(option,false);

Callers

nothing calls this directly

Calls 1

mi_option_set_enabledFunction · 0.85

Tested by

no test coverage detected