pub fn print()Expand description
Print the current subprocess’s statistics to mimalloc’s output sink.
Wraps mi_stats_print_out(NULL, NULL). Use json to capture them instead:
routing the sink through a Rust closure would allocate from inside a callback the
allocator drives.