Lines Matching refs:lu_byte
230 lu_byte currentwhite;
231 lu_byte gcstate; /* state of garbage collector */
232 lu_byte gckind; /* kind of GC running */
233 lu_byte genminormul; /* control for minor generational collections */
234 lu_byte genmajormul; /* control for major generational collections */
235 lu_byte gcrunning; /* true if GC is running */
236 lu_byte gcemergency; /* true if this is an emergency collection */
237 lu_byte gcpause; /* size of pause between successive GCs */
238 lu_byte gcstepmul; /* GC "speed" */
239 lu_byte gcstepsize; /* (log2 of) GC granularity */
275 lu_byte status;
276 lu_byte allowhook;