MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaH_resizearray

Function luaH_resizearray

src/Chain/libraries/glua/ltable.cpp:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502
503
504void luaH_resizearray(lua_State *L, Table *t, unsigned int nasize) {
505 int nsize = isdummy(t->node) ? 0 : sizenode(t);
506 luaH_resize(L, t, nasize, nsize);
507}
508
509/*
510** nums[i] = number of keys 'k' where 2^(i - 1) < k <= 2^i

Callers 1

vmcaseFunction · 0.85

Calls 1

luaH_resizeFunction · 0.85

Tested by

no test coverage detected