clean up bitmap api

This commit is contained in:
daanx 2024-12-13 18:39:03 -08:00
parent 4c81c3cf90
commit 216c04f8d9
7 changed files with 202 additions and 241 deletions

View file

@ -352,7 +352,7 @@ int main(int argc, char** argv) {
mi_collect(true);
mi_debug_show_arenas(true,false,false);
#else
mi_collect(false);
//mi_collect(true);
mi_debug_show_arenas(true,false,false);
// mi_stats_print(NULL);
#endif