Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dldo.h43 luaC_checkGC(L), /* stack grow uses memory */ \
49 luaD_checkstackaux(L, (fsize), luaC_checkGC(L), (void)0)
H A Dlapi.c392 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()
H A Dlgc.h162 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) macro
H A Dlstate.c290 luaC_checkGC(L); in lua_newthread()
H A Dllex.c139 luaC_checkGC(L); in luaX_newstring()
H A Dldebug.c771 luaC_checkGC(L); /* error message uses memory */ in luaG_runerror()
H A Dlparser.c761 luaC_checkGC(L); in close_func()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlapi.c395 luaC_checkGC(L); in lua_tolstring()
501 luaC_checkGC(L); in lua_pushlstring()
518 luaC_checkGC(L); in lua_pushstring()
532 luaC_checkGC(L); in lua_pushvfstring()
543 luaC_checkGC(L); in lua_pushfstring()
561 luaC_checkGC(L); in lua_pushcclosure()
673 luaC_checkGC(L); in lua_createtable()
1132 luaC_checkGC(L); in lua_concat()
1175 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.c384 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
418 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()