Searched refs:gcstepsize (Results 1 – 4 of 4) sorted by relevance
270 lu_byte gcstepsize; /* (log2 of) GC granularity */ member
397 g->gcstepsize = LUAI_GCSTEPSIZE; in lua_newstate()
1660 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep()1661 ? ((cast(l_mem, 1) << g->gcstepsize) / WORK2MEM) * stepmul in incstep()
1212 g->gcstepsize = stepsize; in lua_gc()
Completed in 14 milliseconds