HomeSort by: relevance | last modified time | path
    Searched refs:luaC_checkGC (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mit/lua/dist/src/
ldo.h 53 luaC_checkGC(L), /* stack grow uses memory */ \
59 luaD_checkstackaux(L, (fsize), luaC_checkGC(L), (void)0)
lapi.c 424 luaC_checkGC(L);
542 luaC_checkGC(L);
559 luaC_checkGC(L);
570 luaC_checkGC(L);
583 luaC_checkGC(L);
609 luaC_checkGC(L);
780 luaC_checkGC(L);
1186 luaC_checkGC(L);
1304 luaC_checkGC(L);
1360 luaC_checkGC(L)
    [all...]
lgc.h 174 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0)
llex.c 153 luaC_checkGC(L);
lstate.c 295 luaC_checkGC(L);
ldebug.c 830 luaC_checkGC(L); /* error message uses memory */
lparser.c 777 luaC_checkGC(L);

Completed in 24 milliseconds