MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaH_resizearray

Function luaH_resizearray

third-party/lua-5.4.6/src/ltable.c:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588
589
590void luaH_resizearray (lua_State *L, Table *t, unsigned int nasize) {
591 int nsize = allocsizenode(t);
592 luaH_resize(L, t, nasize, nsize);
593}
594
595/*
596** nums[i] = number of keys 'k' where 2^(i - 1) < k <= 2^i

Callers 1

luaV_executeFunction · 0.70

Calls 1

luaH_resizeFunction · 0.70

Tested by

no test coverage detected