[Overview][Constants][Types][Procedures and functions][Index] |
Halt on exit if any memory was not freed
Source position: heaptrc.pp line 70
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. |