mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
commit page on demand
This commit is contained in:
parent
9a7c0d443a
commit
ba68810333
7 changed files with 69 additions and 25 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue