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_bucket.cc68 DCHECK(!extent->super_pages_end); in PartitionDirectMap()
283 latest_extent->super_pages_end = nullptr; in AllocNewSlotSpan()
298 latest_extent->super_pages_end = super_page + kSuperPageSize; in AllocNewSlotSpan()
302 DCHECK(current_extent->super_pages_end); in AllocNewSlotSpan()
303 current_extent->super_pages_end += kSuperPageSize; in AllocNewSlotSpan()
305 ret < current_extent->super_pages_end); in AllocNewSlotSpan()
Dpartition_root_base.h28 char* super_pages_end; member