wip: rename arena blocks to slices

This commit is contained in:
daanx 2024-11-30 12:16:41 -08:00
parent 309fc26b4b
commit d15e83030e
8 changed files with 222 additions and 224 deletions

View file

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