Searched refs:luaC_fullgc (Results 1 – 6 of 6) sorted by relevance
170 luaC_fullgc(L, 1); /* try to free some memory... */ in tryagain()
194 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
383 { if (gcrunning(G(L))) { pre; luaC_fullgc(L, 0); pos; } }
180 luaC_fullgc(L, 1); /* try to free some... */ in growstrtab()
1729 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc() function
1162 luaC_fullgc(L, 0); in lua_gc()