You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_mi_malloc_generic -> mi_thread_init -> mi_process_init -> _mi_os_init ->
mi_option_get (large_os_pages) -> mi_option_init
because _mi_preloading() is True,
so we can't init large_os_page_size, and we'll never reinit it !
i test ver1.2.0, and i do not find such bug. please check it.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
when is set env (mimalloc_large_os_pages=1),
this occur when malloc call before mimalloc init。
i test ver1.2.0, and i do not find such bug. please check it.
The text was updated successfully, but these errors were encountered: