Function libmimalloc_sys::mi_option_set_enabled
source ยท pub unsafe extern "C" fn mi_option_set_enabled(
option: mi_option_t,
enable: bool,
)
Expand description
Enable or disable the given option.
Note: this function is not thread safe.