mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
remove mi_debug_show_arenas parameter
This commit is contained in:
parent
de0324e1a7
commit
aa8e8ab58d
3 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue