commit page on demand

This commit is contained in:
daanx 2024-12-23 18:33:37 -08:00
parent 9a7c0d443a
commit ba68810333
7 changed files with 69 additions and 25 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
};