rehash
rehash(Array *tp) /* rehash items in small table into big one */
rehash(HASHSET h)
static void rehash(Hash *pH, int new_size){
static void rehash (lua_State *L, Table *t, const TValue *ek) {