Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/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.h124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);) macro
H A Dlstate.c238 luaC_checkGC(L); in lua_newthread()
H A Dldo.c319 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
353 luaC_checkGC(L); /* stack grow uses memory */ in luaD_precall()
H A Dllex.c132 luaC_checkGC(L); in luaX_newstring()
H A Dlparser.c577 luaC_checkGC(L); in close_func()