improve display of arenas and contained blocks

This commit is contained in:
daanx 2024-03-01 16:24:28 -08:00
parent f5f61a65f5
commit 16c0948ee5
3 changed files with 38 additions and 12 deletions

View file

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