Searched refs:luaC_fullgc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lmem.c | 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_()
|
| H A D | lgc.h | 148 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
|
| H A D | llimits.h | 310 ((void)(!(G(L)->gcrunning) || (luaC_fullgc(L, 0), 1)))
|
| H A D | lgc.c | 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
|
| H A D | lapi.c | 1034 luaC_fullgc(L, 0); in lua_gc()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lmem.c | 150 luaC_fullgc(L, 1); /* try to free some memory... */ in tryagain()
|
| H A D | lgc.h | 181 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
|
| H A D | llimits.h | 366 { if (G(L)->gcrunning) { pre; luaC_fullgc(L, 0); pos; } }
|
| H A D | lstring.c | 176 luaC_fullgc(L, 1); /* try to free some... */ in growstrtab()
|
| H A D | lgc.c | 1703 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc() function
|
| H A D | lapi.c | 1119 luaC_fullgc(L, 0); in lua_gc()
|