Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc16 pdfium::base::kSuperPageSize,
18 static_assert(!(pdfium::base::kSuperPageSize %
387 requestedAddress, kSuperPageSize, kSuperPageSize, PageAccessible)); in PartitionAllocPartitionPages()
391 root->total_size_of_super_pages += kSuperPageSize; in PartitionAllocPartitionPages()
394 root->next_super_page = super_page + kSuperPageSize; in PartitionAllocPartitionPages()
406 SetSystemPagesInaccessible(super_page + (kSuperPageSize - kPartitionPageSize), in PartitionAllocPartitionPages()
445 latest_extent->super_pages_end = super_page + kSuperPageSize; in PartitionAllocPartitionPages()
450 current_extent->super_pages_end += kSuperPageSize; in PartitionAllocPartitionPages()
657 AllocPages(0, map_size, kSuperPageSize, PageAccessible)); in PartitionDirectMap()
Dpartition_alloc.h169 static const size_t kSuperPageSize = 1 << kSuperPageShift; variable
170 static const size_t kSuperPageOffsetMask = kSuperPageSize - 1;
173 kSuperPageSize / kPartitionPageSize;