add mi_options_print and mi_arenas_print

This commit is contained in:
daanx 2025-02-28 17:30:41 -08:00
parent a857a04803
commit 5f6ebb70fa
3 changed files with 33 additions and 11 deletions

View file

@ -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.
----------------------------------------------------------- */