Community
Participate
Working Groups
memset(hasht->table,'\0',hasht->table_len * sizeof(Entry*));
for (i = oldCapacity-1; i-- > 0;) {
for (i = oldCapacity; i-- > 0;) {
for (old = oldMap[i]; old != NULL; ) {
ent = old;
old = (Entry*)old->next;