[][src]Function luajit2_sys::lua_getgccount

pub unsafe fn lua_getgccount(L: *mut lua_State) -> c_int
Deprecated since Lua 5.1:

replace with lua_gc(L, LUA_GCCOUNT as _, 0)

lua_gc(L, LUA_GCCOUNT as _, 0)