merge from dev-abandon

This commit is contained in:
daanx 2024-03-01 16:26:46 -08:00
commit 2845f0cab3
3 changed files with 37 additions and 14 deletions

View file

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