Gc

From Mesham
Revision as of 13:30, 13 January 2013 by Polas (talk | contribs) (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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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