Core Function GC
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> GC( <flag> ) </pre> === Description === Use the garbage collector. ==== flag ==== Optional; Higher than 0 will cause max strength garbage collection. === Return Value ...") |
m (1 revision) |
(One intermediate revision by one user not shown) |
Latest revision as of 12:38, 14 June 2015
GC( <flag> )
Contents |
Description
Use the garbage collector.
flag
Optional; Higher than 0 will cause max strength garbage collection.
Return Value
None.
Remarks
If you really need to free ram right now gc() is a reasonable choice however it should be noted its not the best way to free ram as it can cause problems later on or slow downs.
Example
gc();