luaC_step
#define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
LUAI_FUNC void luaC_step (lua_State *L);
luaC_step(L); \