INTERFACERTHeapStats ; PROCEDURE ReportReachable ();
reports the number of reachable objects and bytes from each compilation unit, thread stack, and the individual roots that reach the most bytes. The report is written to stderr. The Modula-3 process is frozen during the scanning and reporting.
END RTHeapStats.