Home
last modified time | relevance | path

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

/external/lua/src/
Dldo.h43 luaC_checkGC(L), /* stack grow uses memory */ \
49 luaD_checkstackaux(L, (fsize), luaC_checkGC(L), (void)0)
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()
Dlgc.h162 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) macro
Dllex.c139 luaC_checkGC(L); in luaX_newstring()
Dlstate.c326 luaC_checkGC(L); in lua_newthread()
Dldebug.c771 luaC_checkGC(L); /* error message uses memory */ in luaG_runerror()
Dlparser.c763 luaC_checkGC(L); in close_func()