Core Function GC

From Sputnik Wiki
Jump to: navigation, search
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