fix decommit bug

This commit is contained in:
daan 2021-11-11 17:45:41 -08:00
parent 998c2de633
commit b1aff903f5
5 changed files with 133 additions and 126 deletions

View file

@ -52,7 +52,7 @@ int main() {
//test_mt_shutdown();
//fail_aslr();
//bench_alloc_large();
bench_alloc_large();
mi_stats_print(NULL);
return 0;
}