Home
last modified time | relevance | path

Searched refs:newBucketCount (Results 1 – 1 of 1) sorted by relevance

/system/core/libcutils/
Dhashmap.c108 size_t newBucketCount = map->bucketCount << 1; in expandIfNecessary() local
109 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*)); in expandIfNecessary()
121 size_t index = calculateIndex(newBucketCount, entry->hash); in expandIfNecessary()
131 map->bucketCount = newBucketCount; in expandIfNecessary()