[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'heaptrc' (#rtl)

DumpHeap

Dump memory usage report to stderr.

Declaration

Source position: heaptrc.pp line 32

procedure DumpHeap;

Description

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.

Errors

None.

See also

MarkHeap

  

Mark memory blocks with a signature.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.