Searched refs:gcstepmul (Results 1 – 4 of 4) sorted by relevance
141 int gcstepmul; /* GC `granularity' */ member
302 g->gcstepmul = LUAI_GCMUL; in lua_newstate()
1076 res = g->gcstepmul; in lua_gc()1077 g->gcstepmul = data; in lua_gc()
1135 int stepmul = g->gcstepmul; in incstep()