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

/system/core/libcutils/
H A Dhashmap.cpp110 Entry** newBuckets = static_cast<Entry**>(calloc(newBucketCount, sizeof(Entry*))); local
111 if (newBuckets == NULL) {
123 entry->next = newBuckets[index];
124 newBuckets[index] = entry;
131 map->buckets = newBuckets;

Completed in 183 milliseconds