Home
last modified time | relevance | path

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

/system/core/libcutils/
Dhashmap.cpp105 Entry** newBuckets = static_cast<Entry**>(calloc(newBucketCount, sizeof(Entry*))); in expandIfNecessary() local
106 if (newBuckets == NULL) { in expandIfNecessary()
118 entry->next = newBuckets[index]; in expandIfNecessary()
119 newBuckets[index] = entry; in expandIfNecessary()
126 map->buckets = newBuckets; in expandIfNecessary()