merge from dev

This commit is contained in:
Daan Leijen 2023-03-29 12:31:49 -07:00
commit 42c8015cbc
7 changed files with 33 additions and 15 deletions

View file

@ -164,7 +164,7 @@ int main(void) {
mi_free(p);
};
#if MI_DEBUG >= 2
#if (MI_DEBUG >= 2) && !MI_TSAN
// ---------------------------------------------------
// Debug filling
// ---------------------------------------------------