Searched refs:luaC_condGC (Results 1 – 2 of 2) sorted by relevance
110 #define luaC_condGC(L,pre,pos) \ macro115 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0)
750 { luaC_condGC(L, L->top = (c), /* limit of live values */ \