Searched refs:newBucketCount (Results 1 – 1 of 1) sorted by relevance
108 size_t newBucketCount = map->bucketCount << 1; in expandIfNecessary() local109 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*)); in expandIfNecessary()121 size_t index = calculateIndex(newBucketCount, entry->hash); in expandIfNecessary()131 map->bucketCount = newBucketCount; in expandIfNecessary()