Home
last modified time | relevance | path

Searched defs:lua_gc (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h294 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c1021 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function