MCPcopy 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
627void 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
634static Node *getfreepos (Table *t) {

Callers 1

freeobjFunction · 0.85

Calls 2

freehashFunction · 0.85
luaH_realasizeFunction · 0.85

Tested by

no test coverage detected