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_alloc.cc386 char* super_page = reinterpret_cast<char*>(AllocPages( in PartitionAllocPartitionPages() local
388 if (UNLIKELY(!super_page)) in PartitionAllocPartitionPages()
394 root->next_super_page = super_page + kSuperPageSize; in PartitionAllocPartitionPages()
395 char* ret = super_page + kPartitionPageSize; in PartitionAllocPartitionPages()
402 SetSystemPagesInaccessible(super_page, kSystemPageSize); in PartitionAllocPartitionPages()
403 SetSystemPagesInaccessible(super_page + (kSystemPageSize * 2), in PartitionAllocPartitionPages()
406 SetSystemPagesInaccessible(super_page + (kSuperPageSize - kPartitionPageSize), in PartitionAllocPartitionPages()
415 if (requestedAddress && requestedAddress != super_page) in PartitionAllocPartitionPages()
422 PartitionSuperPageToMetadataArea(super_page)); in PartitionAllocPartitionPages()
434 bool isNewExtent = (super_page != requestedAddress); in PartitionAllocPartitionPages()
[all …]