merge from dev, bump version to v2.1.7

This commit is contained in:
Daan
2024-05-16 19:07:14 -07:00
4 changed files with 8 additions and 5 deletions

View File

@@ -33,9 +33,7 @@ const mi_page_t _mi_page_empty = {
MI_ATOMIC_VAR_INIT(0), // xthread_free
MI_ATOMIC_VAR_INIT(0), // xheap
NULL, NULL
#if MI_INTPTR_SIZE==8
, { 0 } // padding
#endif
};
#define MI_PAGE_EMPTY() ((mi_page_t*)&_mi_page_empty)