Searched defs:global_State (Results 1 – 1 of 1) sorted by relevance
111 typedef struct global_State { struct112 lua_Alloc frealloc; /* function to reallocate memory */113 void *ud; /* auxiliary data to 'frealloc' */116 lu_mem GCmemtrav; /* memory traversed by the GC */118 stringtable strt; /* hash table for strings */119 TValue l_registry;120 unsigned int seed; /* randomized seed for hashes */121 lu_byte currentwhite;122 lu_byte gcstate; /* state of garbage collector */123 lu_byte gckind; /* kind of GC running */[all …]