Heapspace

From Eternity Wiki
Revision as of 08:16, 24 May 2009 by Printz (talk | contribs)
Jump to navigationJump to search

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