Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.cc222 char* requested_address = root->next_super_page; in AllocNewSlotSpan()
237 root->next_super_page = super_page + kSuperPageSize; in AllocNewSlotSpan()
240 root->next_partition_page_end = root->next_super_page - kPartitionPageSize; in AllocNewSlotSpan()
269 root->next_super_page = nullptr; in AllocNewSlotSpan()
Dpartition_root_base.h47 char* next_super_page = nullptr; member