[Overview][Constants][Types][Procedures and functions] |
Halt program on memory fault
Source position: heaptrc.pp line 53
const HaltOnError: Boolean = true; |
If HaltOnErroris set to Truethen an illegal call to FreeMemwill cause the memory manager to execute a halt(1)instruction, causing a memory dump. By Default it is set to True.