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

/system/core/libcutils/
H A Dhashmap.c105 size_t newBucketCount = map->bucketCount << 1; local
106 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*));
118 size_t index = calculateIndex(newBucketCount, entry->hash);
128 map->bucketCount = newBucketCount;

Completed in 2 milliseconds