Home
last modified time | relevance | path

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

/minix/external/mit/lua/dist/src/
H A Dlstate.h111 typedef struct global_State { struct
112 lua_Alloc frealloc; /* function to reallocate memory */
113 void *ud; /* auxiliary data to 'frealloc' */
116 lu_mem GCmemtrav; /* memory traversed by the GC */
118 stringtable strt; /* hash table for strings */
119 TValue l_registry;
120 unsigned int seed; /* randomized seed for hashes */
121 lu_byte currentwhite;
122 lu_byte gcstate; /* state of garbage collector */
123 lu_byte gckind; /* kind of GC running */
[all …]