Home
last modified time | relevance | path

Searched refs:LUA_GCCOUNT (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c147 LUA_GCCOUNT, LUA_GCSTEP, LUA_GCSETPAUSE, LUA_GCSETSTEPMUL, in luaB_collectgarbage()
153 case LUA_GCCOUNT: { in luaB_collectgarbage()
H A Dlapi.c1037 case LUA_GCCOUNT: { in lua_gc()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.h224 #define LUA_GCCOUNT 3 macro
291 #define lua_getgccount(L) lua_gc(L, LUA_GCCOUNT, 0)
H A Dlbaselib.c197 LUA_GCCOUNT, LUA_GCSTEP, LUA_GCSETPAUSE, LUA_GCSETSTEPMUL}; in luaB_collectgarbage()
202 case LUA_GCCOUNT: { in luaB_collectgarbage()
H A Dlapi.c917 case LUA_GCCOUNT: { in lua_gc()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h284 #define LUA_GCCOUNT 3 macro
/f-stack/app/redis-5.0.5/src/
H A Dserver.c1169 size_t lua_memory = lua_gc(server.lua,LUA_GCCOUNT,0)*1024LL; in serverCron()
3238 long long memory_lua = (long long)lua_gc(server.lua,LUA_GCCOUNT,0)*1024; in genRedisInfoString()