insert full pages at the end of the queue; only override page candidate if the page is not too full

This commit is contained in:
Daan Leijen 2024-12-20 13:55:31 -08:00
parent df82338d8a
commit f3d83e5fa6
5 changed files with 8 additions and 7 deletions

View file

@ -319,7 +319,7 @@ int main(int argc, char** argv) {
mi_collect(true);
#endif
#endif
//mi_stats_print(NULL);
mi_stats_print(NULL);
//bench_end_program();
return 0;
}