MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / freehash

Function freehash

3rd/lua-5.4.3/src/ltable.c:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359
360static void freehash (lua_State *L, Table *t) {
361 if (!isdummy(t))
362 luaM_freearray(L, t->node, cast_sizet(sizenode(t)));
363}
364
365
366/*

Callers 2

luaH_resizeFunction · 0.85
luaH_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected