Searched refs:newBuckets (Results 1 – 1 of 1) sorted by relevance
105 Entry** newBuckets = static_cast<Entry**>(calloc(newBucketCount, sizeof(Entry*))); in expandIfNecessary() local106 if (newBuckets == NULL) { in expandIfNecessary()118 entry->next = newBuckets[index]; in expandIfNecessary()119 newBuckets[index] = entry; in expandIfNecessary()126 map->buckets = newBuckets; in expandIfNecessary()