Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldo.h51 luaC_checkGC(L), /* stack grow uses memory */ \
57 luaD_checkstackaux(L, (fsize), luaC_checkGC(L), (void)0)
H A Dlapi.c416 luaC_checkGC(L); in lua_tolstring()
532 luaC_checkGC(L); in lua_pushlstring()
549 luaC_checkGC(L); in lua_pushstring()
560 luaC_checkGC(L); in lua_pushvfstring()
573 luaC_checkGC(L); in lua_pushfstring()
599 luaC_checkGC(L); in lua_pushcclosure()
770 luaC_checkGC(L); in lua_createtable()
1176 luaC_checkGC(L); in lua_gc()
1294 luaC_checkGC(L); in lua_concat()
1350 luaC_checkGC(L); in lua_newuserdatauv()
H A Dlgc.h172 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) macro
H A Dllex.c145 luaC_checkGC(L); in luaX_newstring()
H A Dlstate.c293 luaC_checkGC(L); in lua_newthread()
H A Dldebug.c852 luaC_checkGC(L); /* error message uses memory */ in luaG_runerror()
H A Dlparser.c773 luaC_checkGC(L); in close_func()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c397 luaC_checkGC(L); in lua_tolstring()
503 luaC_checkGC(L); in lua_pushlstring()
520 luaC_checkGC(L); in lua_pushstring()
534 luaC_checkGC(L); in lua_pushvfstring()
545 luaC_checkGC(L); in lua_pushfstring()
563 luaC_checkGC(L); in lua_pushcclosure()
675 luaC_checkGC(L); in lua_createtable()
1134 luaC_checkGC(L); in lua_concat()
1177 luaC_checkGC(L); in lua_newuserdata()
H A Dlgc.h125 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);) macro
H A Dlstate.c238 luaC_checkGC(L); in lua_newthread()
H A Dldo.c399 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
433 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
H A Dllex.c131 luaC_checkGC(L); in luaX_newstring()
H A Dlparser.c576 luaC_checkGC(L); in close_func()