Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlstate.h141 int gcstepmul; /* GC `granularity' */ member
Dlstate.c311 g->gcstepmul = LUAI_GCMUL; in lua_newstate()
Dlapi.c1076 res = g->gcstepmul; in lua_gc()
1077 g->gcstepmul = data; in lua_gc()
Dlgc.c1142 int stepmul = g->gcstepmul; in incstep()