Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc430 latest_extent->super_pages_end = 0; in PartitionAllocPartitionPages()
445 latest_extent->super_pages_end = super_page + kSuperPageSize; in PartitionAllocPartitionPages()
449 DCHECK(current_extent->super_pages_end); in PartitionAllocPartitionPages()
450 current_extent->super_pages_end += kSuperPageSize; in PartitionAllocPartitionPages()
452 ret < current_extent->super_pages_end); in PartitionAllocPartitionPages()
680 DCHECK(!extent->super_pages_end); in PartitionDirectMap()
Dpartition_alloc.h289 char* super_pages_end; member