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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.h 54 static const size_t kSystemPageBaseMask = ~kSystemPageOffsetMask;
PartitionAlloc.h 430 PartitionSuperPageExtentEntry* extentEntry = reinterpret_cast<PartitionSuperPageExtentEntry*>(reinterpret_cast<uintptr_t>(page) & kSystemPageBaseMask);
587 return (size + kSystemPageOffsetMask) & kSystemPageBaseMask;
PartitionAlloc.cpp 460 char* subPageLimit = reinterpret_cast<char*>((reinterpret_cast<uintptr_t>(firstFreelistPointer) + kSystemPageOffsetMask) & kSystemPageBaseMask);
    [all...]

Completed in 505 milliseconds