Home
last modified time | relevance | path

Searched refs:luaC_fullgc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlmem.c170 luaC_fullgc(L, 1); /* try to free some memory... */ in tryagain()
H A Dlgc.h194 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
H A Dllimits.h383 { if (gcrunning(G(L))) { pre; luaC_fullgc(L, 0); pos; } }
H A Dlstring.c180 luaC_fullgc(L, 1); /* try to free some... */ in growstrtab()
H A Dlgc.c1729 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc() function
H A Dlapi.c1162 luaC_fullgc(L, 0); in lua_gc()