Home
last modified time | relevance | path

Searched refs:luaC_checkGC (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.h53 luaC_checkGC(L), /* stack grow uses memory */ \
59 luaD_checkstackaux(L, (fsize), luaC_checkGC(L), (void)0)
H A Dlapi.c424 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()
H A Dlgc.h174 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) macro
H A Dlstate.c295 luaC_checkGC(L); in lua_newthread()
H A Dllex.c153 luaC_checkGC(L); in luaX_newstring()
H A Dldebug.c830 luaC_checkGC(L); /* error message uses memory */ in luaG_runerror()
H A Dlparser.c777 luaC_checkGC(L); in close_func()