HomeSort by relevance Sort by last modified time
    Searched refs:kPartitionPageShift (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 142 static const size_t kPartitionPageShift = 14; // 16KB
143 static const size_t kPartitionPageSize = 1 << kPartitionPageShift;
394 uintptr_t partitionPageIndex = (pointerAsUint & kSuperPageOffsetMask) >> kPartitionPageShift;
416 void* ret = reinterpret_cast<void*>(superPageBase + (partitionPageIndex << kPartitionPageShift));
PartitionAlloc.cpp 332 size_t numPartitionPagesLeft = (root->nextPartitionPageEnd - root->nextPartitionPage) >> kPartitionPageShift;
    [all...]

Completed in 87 milliseconds