Searched refs:new_table (Results 1 – 1 of 1) sorted by relevance
207 bucket_type* new_table = (bucket_type*)calloc(pNewSize, sizeof(bucket_type)); in doRehash() local218 if (bucket_type::getEmptyBucket() == new_table[new_bucket].Entry) { in doRehash()219 new_table[new_bucket].Entry = IB->Entry; in doRehash()220 new_table[new_bucket].FullHashValue = full_hash; in doRehash()230 } while (new_table[new_bucket].Entry != bucket_type::getEmptyBucket()); in doRehash()233 new_table[new_bucket].Entry = IB->Entry; in doRehash()234 new_table[new_bucket].FullHashValue = full_hash; in doRehash()240 m_Buckets = new_table; in doRehash()