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

/barrelfish-2018-10-04/lib/lua/src/
H A Dltable.h34 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
H A Dltable.c379 void luaH_free (lua_State *L, Table *t) { function
H A Dlgc.c675 case LUA_TTABLE: luaH_free(L, gco2t(o)); break;

Completed in 84 milliseconds