[Overview][Constants][Types][Procedures and functions][Index] |
Maximum length of memory block dumps.
Source position: heaptrc.pp line 88
const maxprintedblocklength: Integer = 128; |
maxprintedblocklength determines the maximum number of bytes written by a memory block dump, as produced when printleakedblock or printfaultyblock are true. If the size of the memory block is larger than this size, then only the first maxprintedblocklength will be included in the dump.
|
Print memory dump of leaked blocks ? |
|
|
Print memory dump of faulty blocks ? |