mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
add zero parameter to primitive allocation to improve codegen for calloc etc
This commit is contained in:
parent
9d69e3ed06
commit
d69d4c861f
5 changed files with 77 additions and 63 deletions
|
@ -256,7 +256,7 @@ int main(int argc, char** argv) {
|
|||
mi_collect(true);
|
||||
#endif
|
||||
mi_stats_print(NULL);
|
||||
#endif
|
||||
#endif
|
||||
//bench_end_program();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue