Searched refs:luaC_checkGC (Results 1 – 7 of 7) sorted by relevance
43 luaC_checkGC(L), /* stack grow uses memory */ \49 luaD_checkstackaux(L, (fsize), luaC_checkGC(L), (void)0)
392 luaC_checkGC(L); in lua_tolstring()508 luaC_checkGC(L); in lua_pushlstring()525 luaC_checkGC(L); in lua_pushstring()536 luaC_checkGC(L); in lua_pushvfstring()549 luaC_checkGC(L); in lua_pushfstring()575 luaC_checkGC(L); in lua_pushcclosure()736 luaC_checkGC(L); in lua_createtable()1143 luaC_checkGC(L); in lua_gc()1262 luaC_checkGC(L); in lua_concat()1318 luaC_checkGC(L); in lua_newuserdatauv()
162 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) macro
139 luaC_checkGC(L); in luaX_newstring()
326 luaC_checkGC(L); in lua_newthread()
771 luaC_checkGC(L); /* error message uses memory */ in luaG_runerror()
763 luaC_checkGC(L); in close_func()