MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / freehash

Function freehash

third-party/lua-5.4.6/src/ltable.c:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370
371static void freehash (lua_State *L, Table *t) {
372 if (!isdummy(t))
373 luaM_freearray(L, t->node, cast_sizet(sizenode(t)));
374}
375
376
377/*

Callers 2

luaH_resizeFunction · 0.70
luaH_freeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected