Searched defs:global_State (Results 1 – 2 of 2) sorted by relevance
254 typedef struct global_State { struct255 lua_Alloc frealloc; /* function to reallocate memory */256 void *ud; /* auxiliary data to 'frealloc' */257 l_mem totalbytes; /* number of bytes currently allocated - GCdebt */258 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */259 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */260 lu_mem lastatomic; /* see function 'genstep' in file 'lgc.c' */261 stringtable strt; /* hash table for strings */262 TValue l_registry;263 TValue nilvalue; /* a nil value */[all …]
112 typedef struct global_State { struct 148 } global_State; typedef 113 freallocglobal_State global() argument 114 udglobal_State global() argument 115 totalbytesglobal_State global() argument 116 GCdebtglobal_State global() argument 117 GCmemtravglobal_State global() argument 118 GCestimateglobal_State global() argument 119 strtglobal_State global() argument 120 l_registryglobal_State global() argument 121 seedglobal_State global() argument 122 currentwhiteglobal_State global() argument 123 gcstateglobal_State global() argument 124 gckindglobal_State global() argument