This commit is contained in:
daanx 2023-04-16 12:29:21 -07:00
parent d48b988c40
commit a655c28b66
5 changed files with 23 additions and 23 deletions

View file

@ -217,7 +217,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;
}