Home
last modified time | relevance | path

Searched defs:global_State (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlstate.h256 typedef struct global_State { struct
257 lua_Alloc frealloc; /* function to reallocate memory */
258 void *ud; /* auxiliary data to 'frealloc' */
259 l_mem totalbytes; /* number of bytes currently allocated - GCdebt */
260 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */
261 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */
262 lu_mem lastatomic; /* see function 'genstep' in file 'lgc.c' */
263 stringtable strt; /* hash table for strings */
264 TValue l_registry;
265 TValue nilvalue; /* a nil value */
[all …]