[Overview][Constants][Types][Procedures and functions] | Reference for unit 'heaptrc' (#rtl) |
Use CRC check on allocated memory
Source position: heaptrc.pp line 77
const usecrc: Boolean = true; |
If usecrc is True (the default) then a crc check is performed on locations before and after the allocated memory. This is useful to detect memory overwrites.
No notes exist for this page yet.