Print memory dump of faulty blocks ?
Source position: heaptrc.pp line 97
const printfaultyblock: Boolean = False; |
printleakedblock can be set to True to print a memory dump of faulty memory blocks (in case a memory override occurs) 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.