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

Function luaH_resizearray

Source/Misc/lua/src/lua.c:9567–9570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9565
9566
9567void luaH_resizearray (lua_State *L, Table *t, int nasize) {
9568int nsize = (t->node == dummynode) ? 0 : sizenode(t);
9569resize(L, t, nasize, nsize);
9570}
9571
9572
9573static void rehash (lua_State *L, Table *t, const TValue *ek) {

Callers 1

luaV_executeFunction · 0.85

Calls 1

resizeFunction · 0.85

Tested by

no test coverage detected