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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h142 static const size_t kPartitionPageShift = 14; // 16KB member in namespace:WTF
143 static const size_t kPartitionPageSize = 1 << kPartitionPageShift;
394 uintptr_t partitionPageIndex = (pointerAsUint & kSuperPageOffsetMask) >> kPartitionPageShift;
416 void* ret = reinterpret_cast<void*>(superPageBase + (partitionPageIndex << kPartitionPageShift));
H A DPartitionAlloc.cpp332 size_t numPartitionPagesLeft = (root->nextPartitionPageEnd - root->nextPartitionPage) >> kPartitionPageShift;

Completed in 89 milliseconds