mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
further layout improvement for msvc code generation
This commit is contained in:
parent
7b105c4810
commit
2e924150ae
2 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@ const mi_page_t _mi_page_empty = {
|
|||
#if MI_SECURE
|
||||
0,
|
||||
#endif
|
||||
0, 0, // used, flags
|
||||
0, 0, // flags, used
|
||||
NULL, 0, 0,
|
||||
0, NULL, NULL, NULL
|
||||
#if (MI_INTPTR_SIZE==8 && MI_SECURE==0)
|
||||
// , { NULL }
|
||||
, { NULL }
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue