Trying to use mi_theap_set_default() results in a linker error.
ld.lld: error: undefined symbol: mi_theap_set_default
Indeed grepping the repository on the dev3 branch shows it declared in include/mimalloc.h and used in test/main-override-static.c (under windows only), but doesn't show an implementation. Is this deprecated or unimplemented?
Trying to use
mi_theap_set_default()results in a linker error.Indeed grepping the repository on the dev3 branch shows it declared in
include/mimalloc.hand used intest/main-override-static.c(under windows only), but doesn't show an implementation. Is this deprecated or unimplemented?