Home
last modified time | relevance | path

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

/system/core/libutils/
DBasicHashtable.cpp57 void* newBuckets = allocateBuckets(mBucketCount); in clone() local
211 void* newBuckets; in rehash() local
/system/core/libcutils/
Dhashmap.c106 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*)); in expandIfNecessary() local