Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.h269 lu_byte gcstepmul; /* GC "speed" */ member
A Dlapi.c1183 res = getgcparam(g->gcstepmul); in lua_gc()
1184 setgcparam(g->gcstepmul, data); in lua_gc()
1210 setgcparam(g->gcstepmul, stepmul); in lua_gc()
A Dlstate.c396 setgcparam(g->gcstepmul, LUAI_GCMUL); in lua_newstate()
A Dlgc.c1658 int stepmul = (getgcparam(g->gcstepmul) | 1); /* avoid division by 0 */ in incstep()

Completed in 12 milliseconds