Searched refs:LUAI_GCMUL (Results 1 – 3 of 3) sorted by relevance
34 #if !defined(LUAI_GCMUL)35 #define LUAI_GCMUL 200 /* GC runs 'twice the speed' of memory allocation */ macro303 g->gcstepmul = LUAI_GCMUL; in lua_newstate()
138 #define LUAI_GCMUL 100 macro
402 setgcparam(g->gcstepmul, LUAI_GCMUL); in lua_newstate()