merge from dev-reset

This commit is contained in:
daanx
2023-04-16 12:32:20 -07:00
8 changed files with 54 additions and 57 deletions

View File

@@ -243,7 +243,7 @@ static mi_thread_data_t* mi_thread_data_zalloc(void) {
}
if (td != NULL && !is_zero) {
_mi_memzero(td, sizeof(*td));
_mi_memzero_aligned(td, sizeof(*td));
}
return td;
}