Searched refs:luaC_checkGC (Results 1 – 7 of 7) sorted by relevance
53 luaC_checkGC(L), /* stack grow uses memory */ \59 luaD_checkstackaux(L, (fsize), luaC_checkGC(L), (void)0)
424 luaC_checkGC(L); in lua_tolstring()542 luaC_checkGC(L); in lua_pushlstring()559 luaC_checkGC(L); in lua_pushstring()570 luaC_checkGC(L); in lua_pushvfstring()583 luaC_checkGC(L); in lua_pushfstring()609 luaC_checkGC(L); in lua_pushcclosure()780 luaC_checkGC(L); in lua_createtable()1186 luaC_checkGC(L); in lua_gc()1304 luaC_checkGC(L); in lua_concat()1360 luaC_checkGC(L); in lua_newuserdatauv()
174 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) macro
295 luaC_checkGC(L); in lua_newthread()
153 luaC_checkGC(L); in luaX_newstring()
830 luaC_checkGC(L); /* error message uses memory */ in luaG_runerror()
777 luaC_checkGC(L); in close_func()