Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h112 typedef struct global_State { struct
113 lua_Alloc frealloc; /* function to reallocate memory */
114 void *ud; /* auxiliary data to `frealloc' */
117 lu_mem GCmemtrav; /* memory traversed by the GC */
119 stringtable strt; /* hash table for strings */
120 TValue l_registry;
121 unsigned int seed; /* randomized seed for hashes */
122 lu_byte currentwhite;
123 lu_byte gcstate; /* state of garbage collector */
124 lu_byte gckind; /* kind of GC running */
[all …]