mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 15:09:31 +03:00
fix scalar initialization of page flags
This commit is contained in:
parent
3a171624bd
commit
2c1da9d194
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const mi_page_t _mi_page_empty = {
|
||||||
#if MI_SECURE
|
#if MI_SECURE
|
||||||
0,
|
0,
|
||||||
#endif
|
#endif
|
||||||
0, {0}, // used, flags
|
0, 0, // used, flags
|
||||||
NULL, 0, 0,
|
NULL, 0, 0,
|
||||||
0, NULL, NULL, NULL
|
0, NULL, NULL, NULL
|
||||||
#if (MI_INTPTR_SIZE==8 && MI_SECURE==0)
|
#if (MI_INTPTR_SIZE==8 && MI_SECURE==0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue