Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.h25 struct PartitionSuperPageExtentEntry { struct
29 PartitionSuperPageExtentEntry* next; argument
32 sizeof(PartitionSuperPageExtentEntry) <= kPageMetadataSize,
50 PartitionSuperPageExtentEntry* current_extent = nullptr;
51 PartitionSuperPageExtentEntry* first_extent = nullptr;
164 PartitionSuperPageExtentEntry* extent_entry = in FromPage()
165 reinterpret_cast<PartitionSuperPageExtentEntry*>( in FromPage()
Dpartition_bucket.cc61 PartitionSuperPageExtentEntry* extent = in PartitionDirectMap()
62 reinterpret_cast<PartitionSuperPageExtentEntry*>( in PartitionDirectMap()
273 PartitionSuperPageExtentEntry* latest_extent = in AllocNewSlotSpan()
274 reinterpret_cast<PartitionSuperPageExtentEntry*>( in AllocNewSlotSpan()
286 PartitionSuperPageExtentEntry* current_extent = root->current_extent; in AllocNewSlotSpan()
Dpartition_alloc.cc34 static_assert(sizeof(internal::PartitionSuperPageExtentEntry) <=