Searched refs:lua_gc (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lbaselib.c | 209 int k = lua_gc(L, o); in luaB_collectgarbage() 210 int b = lua_gc(L, LUA_GCCOUNTB); in luaB_collectgarbage() 217 int res = lua_gc(L, o, step); in luaB_collectgarbage() 225 int previous = lua_gc(L, o, p); in luaB_collectgarbage() 231 int res = lua_gc(L, o); in luaB_collectgarbage() 239 return pushmode(L, lua_gc(L, o, minormul, majormul)); in luaB_collectgarbage() 245 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage() 248 int res = lua_gc(L, o); in luaB_collectgarbage()
|
H A D | lua.c | 636 lua_gc(L, LUA_GCRESTART); /* start GC... */ in pmain() 637 lua_gc(L, LUA_GCGEN, 0, 0); /* ...in generational mode */ in pmain() 669 lua_gc(L, LUA_GCSTOP); /* stop GC while building state */ in main()
|
H A D | lua.h | 342 LUA_API int (lua_gc) (lua_State *L, int what, ...); variable
|
H A D | lapi.c | 1133 LUA_API int lua_gc (lua_State *L, int what, ...) { in lua_gc() function
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lbaselib.c | 150 int res = lua_gc(L, o, ex); in luaB_collectgarbage() 153 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
|
H A D | lapi.c | 1019 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 293 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
|