Home
last modified time | relevance | path

Searched refs:stepsize (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlbaselib.c232 int stepsize = (int)luaL_optinteger(L, 4, 0); in luaB_collectgarbage() local
233 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
A Dlapi.c1205 int stepsize = va_arg(argp, int); in lua_gc() local
1211 if (stepsize != 0) in lua_gc()
1212 g->gcstepsize = stepsize; in lua_gc()
A Dlgc.c1660 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep() local
1666 } while (debt > -stepsize && g->gcstate != GCSpause); in incstep()

Completed in 10 milliseconds