Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.h528 size_t subOrderIndex = size & root->orderSubIndexMasks[order]; in partitionGenericSizeToBucket() local
529 …et = root->bucketLookups[(order << kGenericNumBucketsPerOrderBits) + orderIndex + !!subOrderIndex]; in partitionGenericSizeToBucket()