Searched defs:luaC_checkGC (Results 1 – 2 of 2) sorted by relevance
80 #define luaC_checkGC(L) { \ macro
125 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);) macro