MCPcopy Create free account
hub / github.com/axmolengine/axmol / luaH_resizearray

Function luaH_resizearray

3rdparty/lua/plainlua/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.85

Calls 1

luaH_resizeFunction · 0.85

Tested by

no test coverage detected