Searched refs:newBuckets (Results 1 – 1 of 1) sorted by relevance
109 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*)); in expandIfNecessary() local110 if (newBuckets == NULL) { in expandIfNecessary()122 entry->next = newBuckets[index]; in expandIfNecessary()123 newBuckets[index] = entry; in expandIfNecessary()130 map->buckets = newBuckets; in expandIfNecessary()