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...)
 
No edit summary
Line 1: Line 1:
''native heapspace();''
''native heapspace();''


Parameters: None
'''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.
=====Return value=====
 
Number of cells available on the interpreter's heap.
Found in: core.inc
==See also==
 
[[Small#Functions|Small Functions]]
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.

Revision as of 08:16, 24 May 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