Home
last modified time | relevance | path

Searched refs:lua_getgccount (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.h291 #define lua_getgccount(L) lua_gc(L, LUA_GCCOUNT, 0) macro
H A Dlbaselib.c188 lua_pushinteger(L, lua_getgccount(L)); in luaB_gcinfo()