Searched refs:luaC_fullgc (Results 1 – 5 of 5) sorted by relevance
82 luaC_fullgc(L, 1); /* force a GC whenever possible */ in luaM_realloc_()89 luaC_fullgc(L, 1); /* try to free some memory... */ in luaM_realloc_()
147 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
305 ((void)(!(G(L)->gcrunning) || (luaC_fullgc(L, 0), 1)))
1121 luaC_fullgc(L, 0); /* perform a full regular collection */ in generationalcollection()1189 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc() function
1036 luaC_fullgc(L, 0); in lua_gc()