large bitmaps working; lock on arena_reserve

This commit is contained in:
daanx 2024-12-03 23:35:33 -08:00
parent e5fdd6e110
commit bc7fe399b1
5 changed files with 39 additions and 14 deletions

View file

@ -619,6 +619,7 @@ void mi_process_init(void) mi_attr_noexcept {
mi_detect_cpu_features();
_mi_os_init();
_mi_arena_init();
mi_heap_main_init();
#if MI_DEBUG
_mi_verbose_message("debug level : %d\n", MI_DEBUG);