Searched refs:gcstepmul (Results 1 – 8 of 8) sorted by relevance
87 int gcstepmul; /* GC `granularity' */ member
179 g->gcstepmul = LUAI_GCMUL; in lua_newstate()
947 res = g->gcstepmul; in lua_gc()948 g->gcstepmul = data; in lua_gc()
612 l_mem lim = (GCSTEPSIZE/100) * g->gcstepmul; in luaC_step()
142 int gcstepmul; /* GC `granularity' */ member
304 g->gcstepmul = LUAI_GCMUL; in lua_newstate()
1073 res = g->gcstepmul; in lua_gc()1074 g->gcstepmul = data; in lua_gc()
1141 int stepmul = g->gcstepmul; in incstep()