merge from dev3

This commit is contained in:
daanx 2024-12-24 11:42:02 -08:00
commit 7c331a967b
10 changed files with 151 additions and 61 deletions

View file

@ -35,6 +35,7 @@ const mi_page_t _mi_page_empty = {
#endif
NULL, // xheap
NULL, NULL, // next, prev
MI_ARENA_SLICE_SIZE, // page_committed
MI_MEMID_STATIC // memid
};