Searched refs:bucketLookups (Results 1 – 2 of 2) sorted by relevance
294 PartitionBucket* bucketLookups[((kBitsPerSizet + 1) * kGenericNumBucketsPerOrder) + 1]; member529 …PartitionBucket* bucket = root->bucketLookups[(order << kGenericNumBucketsPerOrderBits) + orderInd… in partitionGenericSizeToBucket()
211 PartitionBucket** bucketPtr = &root->bucketLookups[0]; in partitionAllocGenericInit()230 … ASSERT(bucketPtr == &root->bucketLookups[0] + ((kBitsPerSizet + 1) * kGenericNumBucketsPerOrder)); in partitionAllocGenericInit()