mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
fix avx2 bug with atomics
This commit is contained in:
parent
216c04f8d9
commit
b5dfd233e9
3 changed files with 29 additions and 40 deletions
|
@ -353,7 +353,7 @@ int main(int argc, char** argv) {
|
|||
mi_debug_show_arenas(true,false,false);
|
||||
#else
|
||||
//mi_collect(true);
|
||||
mi_debug_show_arenas(true,false,false);
|
||||
//mi_debug_show_arenas(true,false,false);
|
||||
// mi_stats_print(NULL);
|
||||
#endif
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue