mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
can run basic test
This commit is contained in:
parent
fe5a314114
commit
bd5f7de3f4
6 changed files with 62 additions and 17 deletions
|
@ -34,7 +34,7 @@ const mi_page_t _mi_page_empty = {
|
|||
NULL, // xheap
|
||||
NULL, NULL, // next, prev
|
||||
NULL, // subproc
|
||||
{ {{ NULL, 0}}, false, false, false, MI_MEM_NONE } // memid
|
||||
{ {{ NULL, 0, 0}}, false, false, false, MI_MEM_NONE } // memid
|
||||
};
|
||||
|
||||
#define MI_PAGE_EMPTY() ((mi_page_t*)&_mi_page_empty)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue