Searched defs:global_State (Results 1 – 1 of 1) sorted by relevance
249 typedef struct global_State { struct256 stringtable strt; /* hash table for strings */257 TValue l_registry;258 TValue nilvalue; /* a nil value */260 lu_byte currentwhite;261 lu_byte gcstate; /* state of garbage collector */262 lu_byte gckind; /* kind of GC running */266 lu_byte gcrunning; /* true if GC is running */269 lu_byte gcstepmul; /* GC "speed" */274 GCObject *gray; /* list of gray objects */[all …]
Completed in 5 milliseconds