Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.h294 PartitionBucket* bucketLookups[((kBitsPerSizet + 1) * kGenericNumBucketsPerOrder) + 1]; member
529 …PartitionBucket* bucket = root->bucketLookups[(order << kGenericNumBucketsPerOrderBits) + orderInd… in partitionGenericSizeToBucket()
DPartitionAlloc.cpp211 PartitionBucket** bucketPtr = &root->bucketLookups[0]; in partitionAllocGenericInit()
230 … ASSERT(bucketPtr == &root->bucketLookups[0] + ((kBitsPerSizet + 1) * kGenericNumBucketsPerOrder)); in partitionAllocGenericInit()