Searched refs:luaC_fullgc (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlmem.c81 luaC_fullgc(L, 1); /* force a GC whenever possible */
88 luaC_fullgc(L, 1); /* try to free some memory... */
H A Dlgc.h148 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
H A Dllimits.h310 ((void)(!(G(L)->gcrunning) || (luaC_fullgc(L, 0), 1)))
H A Dlgc.c1120 luaC_fullgc(L, 0); /* perform a full regular collection */
1188 void luaC_fullgc (lua_State *L, int isemergency) { function
H A Dlapi.c1034 luaC_fullgc(L, 0);
/freebsd-13-stable/contrib/lua/src/
H A Dlmem.c150 luaC_fullgc(L, 1); /* try to free some memory... */
H A Dlgc.h181 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
H A Dllimits.h366 { if (G(L)->gcrunning) { pre; luaC_fullgc(L, 0); pos; } }
H A Dlstring.c176 luaC_fullgc(L, 1); /* try to free some... */
H A Dlapi.c1119 luaC_fullgc(L, 0);
H A Dlgc.c1703 void luaC_fullgc (lua_State *L, int isemergency) { function

Completed in 78 milliseconds