MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaH_free

Function luaH_free

third-party/lua-5.2.4/src/ltable.c:379–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377
378
379void luaH_free (lua_State *L, Table *t) {
380 if (!isdummy(t->node))
381 luaM_freearray(L, t->node, cast(size_t, sizenode(t)));
382 luaM_freearray(L, t->array, t->sizearray);
383 luaM_free(L, t);
384}
385
386
387static Node *getfreepos (Table *t) {

Callers 1

freeobjFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected