mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
ensure proper padding for the page structure
This commit is contained in:
parent
94bff89347
commit
88b141cf1f
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ const mi_page_t _mi_page_empty = {
|
|||
NULL,
|
||||
ATOMIC_VAR_INIT(0), ATOMIC_VAR_INIT(0),
|
||||
0, NULL, NULL, NULL
|
||||
#if (MI_INTPTR_SIZE==4)
|
||||
#if (MI_INTPTR_SIZE==8)
|
||||
, { NULL } // padding
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue