remove mi_debug_show_arenas parameter

This commit is contained in:
daanx 2025-01-05 11:42:17 -08:00
parent de0324e1a7
commit aa8e8ab58d
3 changed files with 4 additions and 3 deletions

View file

@ -316,7 +316,7 @@ int main(int argc, char** argv) {
#ifndef USE_STD_MALLOC
#ifndef NDEBUG
mi_debug_show_arenas(true);
mi_debug_show_arenas();
mi_collect(true);
#endif
#endif