[Overview][Constants][Types][Procedures and functions] | Reference for unit 'heaptrc' (#rtl) |
Halt on exit if any memory was not freed
Source position: heaptrc.pp line 63
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. |
No notes exist for this page yet.