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 (2 revisions imported)
 
(One intermediate revision by the same user not shown)
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]]

Latest revision as of 15:44, 15 April 2019

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