mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
large bitmaps working; lock on arena_reserve
This commit is contained in:
parent
e5fdd6e110
commit
bc7fe399b1
5 changed files with 39 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue