Heapspace

From Eternity Wiki
Revision as of 07:58, 24 May 2009 by Printz (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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 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.