Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h171 static const size_t kSuperPageBaseMask = ~kSuperPageOffsetMask; variable
566 reinterpret_cast<char*>(pointer_as_uint & kSuperPageBaseMask); in PartitionPointerToPageNoAlignmentCheck()
596 uintptr_t super_page_base = (pointer_as_uint & kSuperPageBaseMask); in PartitionPageToPointer()