Keep released blocks in memory.
Source position: heaptrc.pp line 85
const keepreleased: Boolean = False; |
If keepreleased is set to true, then a list of freed memory blocks is kept. This is useful if you suspect that the same memory block is released twice. However, this option is very memory intensive, so use it sparingly, and only when it's really necessary.