mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
use standard compliant compilation of the thread_free atomic field
This commit is contained in:
parent
2cf419c9bc
commit
5ad2effb39
5 changed files with 73 additions and 57 deletions
|
@ -14,7 +14,7 @@ const mi_page_t _mi_page_empty = {
|
|||
0, false, false, {0},
|
||||
0, 0,
|
||||
NULL, 0, 0, // free, used, cookie
|
||||
NULL, 0, {0},
|
||||
NULL, 0, 0,
|
||||
0, NULL, NULL, NULL
|
||||
#if (MI_INTPTR_SIZE==4)
|
||||
, { NULL }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue