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

Function luaH_resizearray

third-party/lua-5.3.5/src/ltable.c:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385
386
387void luaH_resizearray (lua_State *L, Table *t, unsigned int nasize) {
388 int nsize = allocsizenode(t);
389 luaH_resize(L, t, nasize, nsize);
390}
391
392/*
393** 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