Home
last modified time | relevance | path

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

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