mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
enable large OS page support on Windows
This commit is contained in:
parent
6eaf387891
commit
d6901558cd
6 changed files with 96 additions and 18 deletions
|
@ -368,6 +368,7 @@ void mi_process_init(void) mi_attr_noexcept {
|
|||
atexit(&mi_process_done);
|
||||
mi_process_setup_auto_thread_done();
|
||||
mi_stats_reset();
|
||||
_mi_os_init();
|
||||
}
|
||||
|
||||
static void mi_process_done(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue