[Overview][Constants][Types][Procedures and functions][Index] |
Dump memory usage report to stderr.
Source position: heaptrc.pp line 32
procedure DumpHeap; |
SkipIfNoLeaks: Boolean |
); |
DumpHeap dumps to standard output a summary of memory usage. It is called automatically by the heaptrc unit when your program exits (by installing an exit procedure), but it can be called at any time.
None.