Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc15 static_assert(pdfium::base::kPartitionPageSize * 4 <=
19 pdfium::base::kPartitionPageSize),
24 pdfium::base::kPartitionPageSize,
26 static_assert(!(pdfium::base::kPartitionPageSize %
364 kPartitionPageSize)); in PartitionAllocPartitionPages()
366 kPartitionPageSize)); in PartitionAllocPartitionPages()
368 size_t total_size = kPartitionPageSize * num_partition_pages; in PartitionAllocPartitionPages()
395 char* ret = super_page + kPartitionPageSize; in PartitionAllocPartitionPages()
397 root->next_partition_page_end = root->next_super_page - kPartitionPageSize; in PartitionAllocPartitionPages()
404 kPartitionPageSize - (kSystemPageSize * 2)); in PartitionAllocPartitionPages()
[all …]
Dpartition_alloc.h103 static const size_t kPartitionPageSize = 1 << kPartitionPageShift; variable
104 static const size_t kPartitionPageOffsetMask = kPartitionPageSize - 1;
115 kPartitionPageSize / kSystemPageSize;
173 kSuperPageSize / kPartitionPageSize;