Searched refs:gcstepsize (Results 1 – 4 of 4) sorted by relevance
275 lu_byte gcstepsize; /* (log2 of) GC granularity */ member
406 g->gcstepsize = LUAI_GCSTEPSIZE; in lua_newstate()
1670 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep()1671 ? ((cast(l_mem, 1) << g->gcstepsize) / WORK2MEM) * stepmul in incstep()
1220 g->gcstepsize = stepsize; in lua_gc()