Skip to main content

print

Function print 

Source
pub fn print()
Expand description

Print every option’s current value to mimalloc’s output sink.

Goes to the sink rather than to a returned String for the same reason as crate::purge_holes_report: capturing it would mean allocating from inside a callback the allocator drives.