Home
last modified time | relevance | path

Searched refs:gcstepsize (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.h270 lu_byte gcstepsize; /* (log2 of) GC granularity */ member
A Dlstate.c397 g->gcstepsize = LUAI_GCSTEPSIZE; in lua_newstate()
A Dlgc.c1660 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep()
1661 ? ((cast(l_mem, 1) << g->gcstepsize) / WORK2MEM) * stepmul in incstep()
A Dlapi.c1212 g->gcstepsize = stepsize; in lua_gc()

Completed in 14 milliseconds