Difference between revisions of "Gc"

From Mesham
Jump to navigationJump to search
(Created page with '== Overview == The gc() function will collect any garbage memory. Memory allocated via the Heap type is subject to garbage collection, which will occur automatically during …')
 
m
Line 5: Line 5:
 
* '''Pass:''' Nothing
 
* '''Pass:''' Nothing
 
* '''Returns:''' Nothing
 
* '''Returns:''' Nothing
 +
 +
''Since: Version 1.0''
  
 
[[Category:Function Library]]
 
[[Category:Function Library]]
 
[[Category:System Functions]]
 
[[Category:System Functions]]

Revision as of 18:32, 13 January 2013

Overview

The gc() function will collect any garbage memory. Memory allocated via the Heap type is subject to garbage collection, which will occur automatically during program execution but can be invoked manually via this function call.

  • Pass: Nothing
  • Returns: Nothing

Since: Version 1.0