Lines Matching refs:lu_byte
265 lu_byte currentwhite;
266 lu_byte gcstate; /* state of garbage collector */
267 lu_byte gckind; /* kind of GC running */
268 lu_byte gcstopem; /* stops emergency collections */
269 lu_byte genminormul; /* control for minor generational collections */
270 lu_byte genmajormul; /* control for major generational collections */
271 lu_byte gcstp; /* control whether GC is running */
272 lu_byte gcemergency; /* true if this is an emergency collection */
273 lu_byte gcpause; /* size of pause between successive GCs */
274 lu_byte gcstepmul; /* GC "speed" */
275 lu_byte gcstepsize; /* (log2 of) GC granularity */
311 lu_byte status;
312 lu_byte allowhook;