Home
last modified time | relevance | path

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

/system/core/libcutils/
Dhashmap.c109 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*)); in expandIfNecessary() local
110 if (newBuckets == NULL) { in expandIfNecessary()
122 entry->next = newBuckets[index]; in expandIfNecessary()
123 newBuckets[index] = entry; in expandIfNecessary()
130 map->buckets = newBuckets; in expandIfNecessary()