Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ sizehash
Function
sizehash
third-party/lua-5.5.0/src/ltable.c:388–390 ·
view source on GitHub ↗
'node' size in bytes */
Source
from the content-addressed store, hash-verified
386
387
/*
'node'
size in bytes */
388
static size_t sizehash (Table *t) {
389
return cast_sizet(sizenode(t)) * sizeof(Node) + extraLastfree(t);
390
}
391
392
393
static void freehash (lua_State *L, Table *t) {
Callers
2
freehash
Function · 0.85
luaH_size
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected