maxprintedblocklength
Maximum length of memory block dumps.
Declaration
Source position: heaptrc.pp line 92
const
maxprintedblocklength : Integer = 128
Description
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.
See also
Name | Description |
---|---|
Integer | A signed 16-bits integer |
printfaultyblock | Print memory dump of faulty blocks ? |
printleakedblock | Print memory dump of leaked blocks ? |