Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlbaselib.c231 int stepmul = (int)luaL_optinteger(L, 3, 0); in luaB_collectgarbage() local
233 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
A Dlgc.c1658 int stepmul = (getgcparam(g->gcstepmul) | 1); /* avoid division by 0 */ in incstep() local
1659 l_mem debt = (g->GCdebt / WORK2MEM) * stepmul; in incstep()
1661 ? ((cast(l_mem, 1) << g->gcstepsize) / WORK2MEM) * stepmul in incstep()
1670 debt = (debt / stepmul) * WORK2MEM; /* convert 'work units' to bytes */ in incstep()
A Dlapi.c1204 int stepmul = va_arg(argp, int); in lua_gc() local
1209 if (stepmul != 0) in lua_gc()
1210 setgcparam(g->gcstepmul, stepmul); in lua_gc()

Completed in 10 milliseconds