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

Function luaH_free

other_src/lua/src/ltable.cpp:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

freeobjFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected