MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaH_free

Function luaH_free

src/Chain/libraries/glua/ltable.cpp:550–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548
549
550void luaH_free(lua_State *L, Table *t) {
551 if (!isdummy(t->node))
552 luaM_freearray(L, t->node, lua_cast(size_t, sizenode(t)));
553 luaM_freearray(L, t->array, t->sizearray);
554 luaM_free(L, t);
555}
556
557
558static Node *getfreepos(Table *t) {

Callers 1

freeobjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected