Heapspace: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
(small gone)
 
(One intermediate revision 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.
 
'''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|Small Functions]]

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.