Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dldo.h43 luaC_checkGC(L), /* stack grow uses memory */ \
49 luaD_checkstackaux(L, (fsize), luaC_checkGC(L), (void)0)
A Dlapi.c410 luaC_checkGC(L); in lua_tolstring()
526 luaC_checkGC(L); in lua_pushlstring()
543 luaC_checkGC(L); in lua_pushstring()
554 luaC_checkGC(L); in lua_pushvfstring()
567 luaC_checkGC(L); in lua_pushfstring()
593 luaC_checkGC(L); in lua_pushcclosure()
764 luaC_checkGC(L); in lua_createtable()
1168 luaC_checkGC(L); in lua_gc()
1286 luaC_checkGC(L); in lua_concat()
1342 luaC_checkGC(L); in lua_newuserdatauv()
A Dlgc.h162 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) macro
A Dllex.c145 luaC_checkGC(L); in luaX_newstring()
A Dlstate.c290 luaC_checkGC(L); in lua_newthread()
A Dldebug.c782 luaC_checkGC(L); /* error message uses memory */ in luaG_runerror()
A Dlparser.c761 luaC_checkGC(L); in close_func()

Completed in 15 milliseconds