Print memory dump of leaked blocks ?
Source position: heaptrc.pp line 96
| const printleakedblock: Boolean = False; | 
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.
| 
 | Maximum length of memory block dumps. | |
| 
 | Print memory dump of faulty blocks ? |