mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
cleanup
This commit is contained in:
parent
d48b988c40
commit
a655c28b66
5 changed files with 23 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue