Searched defs:global_State (Results 1 – 1 of 1) sorted by relevance
112 typedef struct global_State { struct113 lua_Alloc frealloc; /* function to reallocate memory */114 void *ud; /* auxiliary data to `frealloc' */115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */116 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */117 lu_mem GCmemtrav; /* memory traversed by the GC */118 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */119 stringtable strt; /* hash table for strings */120 TValue l_registry;121 unsigned int seed; /* randomized seed for hashes */[all …]