small adjustments

This commit is contained in:
daanx 2024-12-04 21:40:57 -08:00
parent afe9089152
commit bc67be4d79
6 changed files with 43 additions and 134 deletions

View file

@ -343,9 +343,9 @@ int main(int argc, char** argv) {
#ifndef USE_STD_MALLOC
#ifndef NDEBUG
// mi_debug_show_arenas(true, true, false);
mi_debug_show_arenas(true, true, false);
mi_collect(true);
mi_debug_show_arenas(true,true,false);
// mi_debug_show_arenas(true,true,false);
#endif
// mi_stats_print(NULL);
#else