Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c28 #define FREELIST_REF 0 /* free list of references */ macro
488 lua_rawgeti(L, t, FREELIST_REF); /* get first free element */ in luaL_ref()
493 lua_rawseti(L, t, FREELIST_REF); /* (t[FREELIST_REF] = t[ref]) */ in luaL_ref()
507 lua_rawgeti(L, t, FREELIST_REF); in luaL_unref()
510 lua_rawseti(L, t, FREELIST_REF); /* t[FREELIST_REF] = ref */ in luaL_unref()