Searched refs:orderIndexShifts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h288 size_t orderIndexShifts[kBitsPerSizet + 1]; member in struct:WTF::PartitionRootGeneric
526 size_t orderIndex = (size >> root->orderIndexShifts[order]) & (kGenericNumBucketsPerOrder - 1);
H A DPartitionAlloc.cpp173 root->orderIndexShifts[order] = orderIndexShift;

Completed in 82 milliseconds