printleakedblock
Print memory dump of leaked blocks ?
Declaration
Source position: heaptrc.pp line 90
const
printleakedblock : Boolean = False
Description
printleakedblock can be set to True to print a memory dump of unreleased blocks when the heaptrc unit produces a summary of memory leaks. The block is printed as a series of hexadecimal numbers, representing the bytes in the memory block. At most maxprintedblocklength bytes of the memory block will be printed.
See also
Name | Description |
---|---|
maxprintedblocklength | Maximum length of memory block dumps. |
printfaultyblock | Print memory dump of faulty blocks ? |