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_alloc.cc123 root->next_super_page = 0; in PartitionAllocBaseInit()
385 char* requestedAddress = root->next_super_page; in PartitionAllocPartitionPages()
394 root->next_super_page = super_page + kSuperPageSize; in PartitionAllocPartitionPages()
397 root->next_partition_page_end = root->next_super_page - kPartitionPageSize; in PartitionAllocPartitionPages()
416 root->next_super_page = 0; in PartitionAllocPartitionPages()
Dpartition_alloc.h310 char* next_super_page; member