pub fn get() -> Option<Stats>Expand description
Statistics for the current subprocess and all its heaps, aggregated.
Wraps mi_stats_get. Returns None only if the C library rejects the struct
header, which would mean this crate’s mi_stats_t mirror has drifted from the
library it is linked against (tests/t19_layout.rs gates exactly that).