MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaH_free

Function luaH_free

app/redis-6.2.6/deps/lua/src/ltable.c:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372
373
374void luaH_free (lua_State *L, Table *t) {
375 if (t->node != dummynode)
376 luaM_freearray(L, t->node, sizenode(t), Node);
377 luaM_freearray(L, t->array, t->sizearray, TValue);
378 luaM_free(L, t);
379}
380
381
382static Node *getfreepos (Table *t) {

Callers 1

freeobjFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected