MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaH_free

Function luaH_free

Source/Misc/lua/src/lua.c:9614–9619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9612
9613
9614void luaH_free (lua_State *L, Table *t) {
9615if (t->node != dummynode)
9616luaM_freearray(L, t->node, sizenode(t), Node);
9617luaM_freearray(L, t->array, t->sizearray, TValue);
9618luaM_free(L, t);
9619}
9620
9621
9622static Node *getfreepos (Table *t) {

Callers 1

freeobjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected