Searched refs:luaH_resizearray (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ltable.h | 34 LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, int nasize);
|
H A D | ltable.c | 337 void luaH_resizearray (lua_State *L, Table *t, int nasize) { in luaH_resizearray() function
|
H A D | lvm.c | 889 luaH_resizearray(L, h, last); /* pre-allocate it at once */ in luaV_execute()
|
/freebsd/contrib/lua/src/ |
H A D | ltable.h | 53 LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, unsigned int nasize);
|
H A D | ltable.c | 590 void luaH_resizearray (lua_State *L, Table *t, unsigned int nasize) { in luaH_resizearray() function
|
H A D | lvm.c | 1866 luaH_resizearray(L, h, last); /* preallocate it at once */ in luaV_execute()
|