Searched refs:luaC_fullgc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lmem.c | 84 luaC_fullgc(L, 1); /* force a GC whenever possible */ in luaM_realloc_() 90 luaC_fullgc(L, 1); /* try to free some memory... */ in luaM_realloc_()
|
| H A D | lgc.h | 138 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
|
| H A D | llimits.h | 322 { if (G(L)->gcrunning) { pre; luaC_fullgc(L, 0); pos; } }
|
| H A D | lgc.c | 1159 void luaC_fullgc (lua_State *L, int isemergency) { in luaC_fullgc() function
|
| H A D | lapi.c | 1056 luaC_fullgc(L, 0); in lua_gc()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lmem.c | 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_()
|
| H A D | llimits.h | 305 ((void)(!(G(L)->gcrunning) || (luaC_fullgc(L, 0), 1)))
|
| H A D | lgc.h | 147 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
|
| H A D | lgc.c | 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
|
| H A D | lapi.c | 1036 luaC_fullgc(L, 0); in lua_gc()
|