Searched refs:lua_gc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lbaselib.c | 200 int k = lua_gc(L, o); in luaB_collectgarbage() 201 int b = lua_gc(L, LUA_GCCOUNTB); in luaB_collectgarbage() 207 int res = lua_gc(L, o, step); in luaB_collectgarbage() 214 int previous = lua_gc(L, o, p); in luaB_collectgarbage() 219 int res = lua_gc(L, o); in luaB_collectgarbage() 226 return pushmode(L, lua_gc(L, o, minormul, majormul)); in luaB_collectgarbage() 232 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage() 235 int res = lua_gc(L, o); in luaB_collectgarbage()
|
| H A D | lua.c | 599 lua_gc(L, LUA_GCGEN, 0, 0); /* GC in generational mode */ in pmain()
|
| H A D | lua.h | 331 LUA_API int (lua_gc) (lua_State *L, int what, ...); variable
|
| H A D | lapi.c | 1101 LUA_API int lua_gc (lua_State *L, int what, ...) { in lua_gc() function
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 151 int res = lua_gc(L, o, ex); in luaB_collectgarbage() 154 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
|
| H A D | lapi.c | 1018 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 294 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
|