Searched refs:bucketSize (Results 1 – 3 of 3) sorted by relevance
182 int bucketSize; in sortSRVRecords() local183 while ((bucketSize = bucket.size()) > 0) { in sortSRVRecords()204 selectedPos = (int) (Math.random() * bucketSize); in sortSRVRecords()
450 size_t bucketSize = partitionBucketSize(bucket); in partitionBucketAlloc() local451 memset(ret, kUninitializedByte, bucketSize); in partitionBucketAlloc()453 void* retEnd = static_cast<char*>(ret) + bucketSize; in partitionBucketAlloc()482 size_t bucketSize = partitionBucketSize(page->bucket); in partitionFreeWithPage() local483 void* ptrEnd = static_cast<char*>(ptr) + bucketSize; in partitionFreeWithPage()486 memset(ptr, kFreedByte, bucketSize); in partitionFreeWithPage()
764 var bucketSize = count;766 bucketSize = count;768 …bucketSize = Math.pow(bucketThreshold, Math.ceil(Math.log(count) / Math.log(bucketThreshold)) - 1);780 if (++count === bucketSize) {