Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h113 typedef struct global_State { struct
114 lua_Alloc frealloc; /* function to reallocate memory */
115 void *ud; /* auxiliary data to `frealloc' */
118 lu_mem GCmemtrav; /* memory traversed by the GC */
120 stringtable strt; /* hash table for strings */
121 TValue l_registry;
122 unsigned int seed; /* randomized seed for hashes */
123 lu_byte currentwhite;
124 lu_byte gcstate; /* state of garbage collector */
125 lu_byte gckind; /* kind of GC running */
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.h68 typedef struct global_State { struct
69 stringtable strt; /* hash table for strings */
70 lua_Alloc frealloc; /* function to reallocate memory */
94 } global_State; argument