Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlmem.c80 luaC_fullgc(L, 1); /* force a GC whenever possible */ in luaM_realloc_()
87 luaC_fullgc(L, 1); /* try to free some memory... */ in luaM_realloc_()
H A Dlgc.h147 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
H A Dllimits.h309 ((void)(!(G(L)->gcrunning) || (luaC_fullgc(L, 0), 1)))
H A Dlgc.c1119 luaC_fullgc(L, 0); /* perform a full regular collection */ in generationalcollection()
1187 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc() function
H A Dlapi.c1035 luaC_fullgc(L, 0); in lua_gc()
/freebsd/contrib/lua/src/
H A Dlmem.c166 luaC_fullgc(L, 1); /* try to free some memory... */ in tryagain()
H A Dlgc.h192 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
H A Dllimits.h377 { if (gcrunning(G(L))) { pre; luaC_fullgc(L, 0); pos; } }
H A Dlstring.c176 luaC_fullgc(L, 1); /* try to free some... */ in growstrtab()
H A Dlgc.c1726 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc() function
H A Dlapi.c1152 luaC_fullgc(L, 0); in lua_gc()