Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
void mi_option_disable(mi_option_t option) {
171
mi_option_set_enabled(option,false);
172
}
173
174
175
static void mi_cdecl mi_out_stderr(const char* msg, void* arg) {
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
1
mi_option_set_enabled
Function · 0.85
Tested by
2
main
Function · 0.68
main
Function · 0.68