sgs_GCMark(Array) [function]
void sgs_GCMark( sgs_Context* C, sgs_Variable* var )
void sgs_GCMarkArray( sgs_Context* C, sgs_Variable* var, sgs_SizeVal count )
Mark the specified variables as reachable for the garbage collector.
- To be called in the GCMARK object callback.