Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.cc223 char* super_page = reinterpret_cast<char*>( in AllocNewSlotSpan() local
226 if (UNLIKELY(!super_page)) in AllocNewSlotSpan()
237 root->next_super_page = super_page + kSuperPageSize; in AllocNewSlotSpan()
238 char* ret = super_page + kPartitionPageSize; in AllocNewSlotSpan()
245 SetSystemPagesAccess(super_page, kSystemPageSize, PageInaccessible); in AllocNewSlotSpan()
246 SetSystemPagesAccess(super_page + (kSystemPageSize * 2), in AllocNewSlotSpan()
258 SetSystemPagesAccess(super_page + kPartitionPageSize + total_size, in AllocNewSlotSpan()
268 if (requested_address && requested_address != super_page) in AllocNewSlotSpan()
275 PartitionSuperPageToMetadataArea(super_page)); in AllocNewSlotSpan()
287 bool is_new_extent = (super_page != requested_address); in AllocNewSlotSpan()
[all …]