initialize mimalloc options at process load

This commit is contained in:
daan 2019-08-26 11:44:41 -07:00
parent 7ce9c02fd4
commit 2c19388bcf
3 changed files with 9 additions and 0 deletions

View file

@ -27,6 +27,7 @@ void _mi_error_message(const char* fmt, ...);
void _mi_warning_message(const char* fmt, ...);
void _mi_verbose_message(const char* fmt, ...);
void _mi_trace_message(const char* fmt, ...);
void _mi_options_init(void);
// "init.c"
extern mi_stats_t _mi_stats_main;