Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstate.h275 lu_byte gcstepsize; /* (log2 of) GC granularity */ member
H A Dlstate.c403 g->gcstepsize = LUAI_GCSTEPSIZE; in lua_newstate()
H A Dlgc.c1668 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep()
1669 ? ((cast(l_mem, 1) << g->gcstepsize) / WORK2MEM) * stepmul in incstep()
H A Dlapi.c1220 g->gcstepsize = stepsize; in lua_gc()