Function libmimalloc_sys::mi_option_set_enabled_default
source · [−]pub unsafe extern "C" fn mi_option_set_enabled_default(
option: mi_option_t,
enable: bool
)Expand description
If the given option has not yet been initialized with mi_option_set
or mi_option_set_enabled, enables or disables the option. If it has,
this function does nothing.
Note: this function is not thread safe.