pub fn memory_stats(opts: &str) -> Option<String>Expand description
Collects jemalloc’s UTF-8 statistics report with the supplied print options.
Returns None if jemalloc produces no report, the report exceeds 1 MiB, or
the report contains invalid UTF-8.