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