Searched defs:lua_gc (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lua/src/ | ||
H A D | lua.h | 331 LUA_API int (lua_gc) (lua_State *L, int what, ...); variable |
H A D | lapi.c | 1101 LUA_API int lua_gc (lua_State *L, int what, ...) { in lua_gc() function |