Searched refs:new_table (Results 1 – 1 of 1) sorted by relevance
227 bucket_type* new_table = (bucket_type*)calloc(pNewSize, sizeof(bucket_type)); in doRehash() local237 if (bucket_type::getEmptyBucket() == new_table[new_bucket].Entry) { in doRehash()238 new_table[new_bucket].Entry = IB->Entry; in doRehash()239 new_table[new_bucket].FullHashValue = full_hash; in doRehash()249 } while (new_table[new_bucket].Entry != bucket_type::getEmptyBucket()); in doRehash()252 new_table[new_bucket].Entry = IB->Entry; in doRehash()253 new_table[new_bucket].FullHashValue = full_hash; in doRehash()259 m_Buckets = new_table; in doRehash()