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