MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaH_resizearray

Function luaH_resizearray

freebsd/contrib/openzfs/module/lua/ltable.c:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337void luaH_resizearray (lua_State *L, Table *t, int nasize) {
338 int nsize = isdummy(t->node) ? 0 : sizenode(t);
339 luaH_resize(L, t, nasize, nsize);
340}
341
342
343static void rehash (lua_State *L, Table *t, const TValue *ek) {

Callers 1

luaV_executeFunction · 0.70

Calls 1

luaH_resizeFunction · 0.85

Tested by

no test coverage detected