Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h286 struct PartitionSuperPageExtentEntry { struct
290 PartitionSuperPageExtentEntry* next; argument
313 PartitionSuperPageExtentEntry* current_extent;
314 PartitionSuperPageExtentEntry* first_extent;
648 auto* extent_entry = reinterpret_cast<PartitionSuperPageExtentEntry*>( in PartitionPageToRoot()
Dpartition_alloc.cc35 static_assert(sizeof(pdfium::base::PartitionSuperPageExtentEntry) <=
420 PartitionSuperPageExtentEntry* latest_extent = in PartitionAllocPartitionPages()
421 reinterpret_cast<PartitionSuperPageExtentEntry*>( in PartitionAllocPartitionPages()
433 PartitionSuperPageExtentEntry* current_extent = root->current_extent; in PartitionAllocPartitionPages()
673 PartitionSuperPageExtentEntry* extent = in PartitionDirectMap()
674 reinterpret_cast<PartitionSuperPageExtentEntry*>( in PartitionDirectMap()