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

@ -923,7 +923,8 @@ static size_t mi_debug_show_bitmap(const char* prefix, const char* header, size_
return inuse_count;
}
void mi_debug_show_arenas(bool show_inuse) mi_attr_noexcept {
void mi_debug_show_arenas(void) mi_attr_noexcept {
const bool show_inuse = true;
size_t max_arenas = mi_atomic_load_relaxed(&mi_arena_count);
size_t inuse_total = 0;
//size_t abandoned_total = 0;