Heapspace: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:heapspace}}
''native heapspace();''
''native heapspace();''



Revision as of 09:13, 8 July 2009

native heapspace();

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.

Return value

Number of cells available on the interpreter's heap.

See also

Small Functions