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