Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaH_free
Function
luaH_free
third-party/lua-5.4.6/src/ltable.c:638–642 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
636
637
638
void luaH_free (lua_State *L, Table *t) {
639
freehash(L, t);
640
luaM_freearray(L, t->array, luaH_realasize(t));
641
luaM_free(L, t);
642
}
643
644
645
static Node *getfreepos (Table *t) {
Callers
1
freeobj
Function · 0.70
Calls
2
luaH_realasize
Function · 0.85
freehash
Function · 0.70
Tested by
no test coverage detected