Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlmem.c152 luaC_fullgc(L, 1); /* try to free some memory... */ in tryagain()
A Dlgc.h181 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
A Dllimits.h350 { if (G(L)->gcrunning) { pre; luaC_fullgc(L, 0); pos; } }
A Dlstring.c176 luaC_fullgc(L, 1); /* try to free some... */ in growstrtab()
A Dlapi.c1144 luaC_fullgc(L, 0); in lua_gc()
A Dlgc.c1715 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc() function

Completed in 18 milliseconds