mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
fix sizes in memory tracking and padding for huge alignments
This commit is contained in:
parent
e24c7c9de6
commit
6dcebdc303
9 changed files with 96 additions and 63 deletions
|
@ -22,7 +22,7 @@ const mi_page_t _mi_page_empty = {
|
|||
0, // used
|
||||
0, // xblock_size
|
||||
NULL, // local_free
|
||||
#if MI_ENCODE_FREELIST
|
||||
#if (MI_PADDING || MI_ENCODE_FREELIST)
|
||||
{ 0, 0 },
|
||||
#endif
|
||||
MI_ATOMIC_VAR_INIT(0), // xthread_free
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue