Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ luaH_free
Function
luaH_free
3rd/lua-5.4.3/src/ltable.c:627–631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
625
626
627
void luaH_free (lua_State *L, Table *t) {
628
freehash(L, t);
629
luaM_freearray(L, t->array, luaH_realasize(t));
630
luaM_free(L, t);
631
}
632
633
634
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