Searched refs:luaC_fullgc (Results 1 – 8 of 8) sorted by relevance
81 luaC_fullgc(L, 1); /* force a GC whenever possible */ in luaM_realloc_()88 luaC_fullgc(L, 1); /* try to free some memory... */ in luaM_realloc_()
148 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
310 ((void)(!(G(L)->gcrunning) || (luaC_fullgc(L, 0), 1)))
1120 luaC_fullgc(L, 0); /* perform a full regular collection */ in generationalcollection()1188 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc() function
1034 luaC_fullgc(L, 0); in lua_gc()
103 LUAI_FUNC void luaC_fullgc (lua_State *L);
635 void luaC_fullgc (lua_State *L) { in luaC_fullgc() function
914 luaC_fullgc(L); in lua_gc()