Home
last modified time | relevance | path

Searched refs:super_page_base (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.cc67 DCHECK(!extent->super_page_base); in PartitionDirectMap()
282 latest_extent->super_page_base = nullptr; in AllocNewSlotSpan()
293 DCHECK(current_extent->super_page_base); in AllocNewSlotSpan()
297 latest_extent->super_page_base = super_page; in AllocNewSlotSpan()
304 DCHECK(ret >= current_extent->super_page_base && in AllocNewSlotSpan()
Dpartition_page.h168 uintptr_t super_page_base = (pointer_as_uint & kSuperPageBaseMask); in ToPointer() local
170 super_page_base + (partition_page_index << kPartitionPageShift)); in ToPointer()
Dpartition_root_base.h27 char* super_page_base; member