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

MarkHeap

Mark memory blocks with a signature.

Declaration

Source position: heaptrc.pp line 25

procedure MarkHeap;

Description

MarkHeap marks all memory blocks with a special signature. You can use this if you think that you corruped the memory.

Errors

None.

See also

DumpHeap

  

Dump memory usage report to stderr.