Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ luaH_free
Function
luaH_free
extlibs/lua/src/ltable.c:594–598 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
593
594
void luaH_free (lua_State *L, Table *t) {
595
freehash(L, t);
596
luaM_freearray(L, t->array, luaH_realasize(t));
597
luaM_free(L, t);
598
}
599
600
601
static Node *getfreepos (Table *t) {
Callers
1
freeobj
Function · 0.85
Calls
2
freehash
Function · 0.85
luaH_realasize
Function · 0.85
Tested by
no test coverage detected