[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Describe behaviour if getmem fails.
Source position: heaph.inc line 66
var ReturnNilIfGrowHeapFails: Boolean; |
ReturnNilIfGrowHeapFails describes what happens if there is no more memory available from the operating system. if set to True the memory manager will return Nil. If set to False then a run-time error will occur.