Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltable.h34 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
Dltable.c379 void luaH_free (lua_State *L, Table *t) { in luaH_free() function
Dlgc.c675 case LUA_TTABLE: luaH_free(L, gco2t(o)); break; in freeobj()