Searched refs:lua_getgccount (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ | ||
| H A D | lua.h | 291 #define lua_getgccount(L) lua_gc(L, LUA_GCCOUNT, 0) macro |
| H A D | lbaselib.c | 188 lua_pushinteger(L, lua_getgccount(L)); in luaB_gcinfo() |