Halt on exit if any memory was not freed.
Source position: heaptrc.pp line 78
const HaltOnNotReleased: Boolean = False; |
HaltOnNotReleased can be set to True to make the DumpHeap procedure halt (exit code 203) the program if any memory was not released when the dump is made. If it is False (the default) then DumpHeap just returns.
|
Dump memory usage report to stderr. |