diff options
author | daan <daanl@outlook.com> | 2019-08-26 11:44:41 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2019-08-26 11:44:41 -0700 |
commit | 2c19388bcfc08fa2acb3b4e58c569b7ff4b060e7 (patch) | |
tree | a9759d9d7fc776a8df1d03023ac20031e26c0952 /include/mimalloc-internal.h | |
parent | 7ce9c02fd40796e4392892c0d413a0ac3462d112 (diff) |
initialize mimalloc options at process load
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r-- | include/mimalloc-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h index d886bce..3889c66 100644 --- a/include/mimalloc-internal.h +++ b/include/mimalloc-internal.h @@ -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; |