Home
last modified time | relevance | path

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

/external/lua/src/
Dlstate.h137 typedef struct global_State { struct
138 lua_Alloc frealloc; /* function to reallocate memory */
139 void *ud; /* auxiliary data to 'frealloc' */
140 l_mem totalbytes; /* number of bytes currently allocated - GCdebt */
141 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */
142 lu_mem GCmemtrav; /* memory traversed by the GC */
143 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */
144 stringtable strt; /* hash table for strings */
145 TValue l_registry;
146 unsigned int seed; /* randomized seed for hashes */
[all …]