Home
last modified time | relevance | path

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

/external/lua/src/
Dlapi.c382 luaC_checkGC(L); in lua_tolstring()
485 luaC_checkGC(L); in lua_pushlstring()
502 luaC_checkGC(L); in lua_pushstring()
513 luaC_checkGC(L); in lua_pushvfstring()
526 luaC_checkGC(L); in lua_pushfstring()
551 luaC_checkGC(L); in lua_pushcclosure()
692 luaC_checkGC(L); in lua_createtable()
1079 luaC_checkGC(L); in lua_gc()
1151 luaC_checkGC(L); in lua_concat()
1190 luaC_checkGC(L); in lua_newuserdata()
Dlgc.h115 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) macro
Dlstate.c259 luaC_checkGC(L); in lua_newthread()
Dllex.c137 luaC_checkGC(L); in luaX_newstring()
Dldebug.c656 luaC_checkGC(L); /* error message uses memory */ in luaG_runerror()
Dldo.c402 luaC_checkGC(L), /* stack grow uses memory */ \
Dlparser.c572 luaC_checkGC(L); in close_func()