Heapspace: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: ''native heapspace();'' Parameters: None Return value: Number of cells available on the interpreter's heap. Found in: core.inc Description: This function allows the user to query the a...)
 
(small gone)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
''native heapspace();''
This article used to be about a Small scripting feature. It got removed from Eternity so it is no longer available.
 
Parameters: None
 
Return value: Number of cells available on the interpreter's heap.
 
Found in: core.inc
 
Description: This function allows the user to query the amount of heap memory that is available to the interpreter in which the current script is running. This is not yet useful for anything within the Eternity environment.

Latest revision as of 17:08, 7 August 2013

This article used to be about a Small scripting feature. It got removed from Eternity so it is no longer available.