Core Function GC

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(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)

Revision as of 21:40, 11 August 2014

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();
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox