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
warning: In file included from c_src/mimalloc/src/prim/prim.c:22,
warning: from c_src/mimalloc/src/static.c:37:
warning: c_src/mimalloc/src/prim/unix/prim.c: In function 'unix_mmap':
warning: c_src/mimalloc/src/prim/unix/prim.c:313:28: error: 'large_os_page_size' undeclared (first use in this function); did you mean '_mi_os_page_size'?
warning: 313 | cmd.mha_pagesize = large_os_page_size;
warning: | ^~~~~~~~~~~~~~~~~~
warning: | _mi_os_page_size
warning: c_src/mimalloc/src/prim/unix/prim.c:313:28: note: each undeclared identifier is reported only once for each function it appears in
The text was updated successfully, but these errors were encountered:
devnexen
added a commit
to devnexen/mimalloc
that referenced
this issue
Aug 7, 2023
Compilation on illumos (Solaris clone) fails:
The text was updated successfully, but these errors were encountered: