mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
merge from dev3
This commit is contained in:
commit
7c331a967b
10 changed files with 151 additions and 61 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