mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
add mi_options_print and mi_arenas_print
This commit is contained in:
parent
a857a04803
commit
5f6ebb70fa
3 changed files with 33 additions and 11 deletions
|
@ -952,6 +952,11 @@ void mi_debug_show_arenas(void) mi_attr_noexcept {
|
|||
}
|
||||
|
||||
|
||||
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