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.c291 luaC_checkGC(L); in lua_newthread()
H A Dldebug.c826 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.c396 luaC_checkGC(L); in lua_tolstring()
502 luaC_checkGC(L); in lua_pushlstring()
519 luaC_checkGC(L); in lua_pushstring()
533 luaC_checkGC(L); in lua_pushvfstring()
544 luaC_checkGC(L); in lua_pushfstring()
562 luaC_checkGC(L); in lua_pushcclosure()
674 luaC_checkGC(L); in lua_createtable()
1133 luaC_checkGC(L); in lua_concat()
1176 luaC_checkGC(L); in lua_newuserdata()
H A Dlgc.h124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);) macro
H A Dlstate.c237 luaC_checkGC(L); in lua_newthread()
H A Dldo.c398 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
432 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
H A Dllex.c130 luaC_checkGC(L); in luaX_newstring()
H A Dlparser.c575 luaC_checkGC(L); in close_func()