Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h170 static const size_t kSuperPageOffsetMask = kSuperPageSize - 1; variable
171 static const size_t kSuperPageBaseMask = ~kSuperPageOffsetMask;
557 DCHECK(!(pointer_as_uint & kSuperPageOffsetMask)); in PartitionSuperPageToMetadataArea()
568 (pointer_as_uint & kSuperPageOffsetMask) >> kPartitionPageShift; in PartitionPointerToPageNoAlignmentCheck()
586 uintptr_t super_page_offset = (pointer_as_uint & kSuperPageOffsetMask); in PartitionPageToPointer()