mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
merge from dev
This commit is contained in:
commit
951a6642ae
3 changed files with 32 additions and 11 deletions
|
@ -1481,6 +1481,10 @@ void mi_debug_show_arenas(void) mi_attr_noexcept {
|
|||
mi_debug_show_arenas_ex(true /* show pages */, false /* narrow? */);
|
||||
}
|
||||
|
||||
void mi_arenas_print(void) mi_attr_noexcept {
|
||||
mi_debug_show_arenas();
|
||||
}
|
||||
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
Reserve a huge page arena.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue