Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc703 PartitionDirectMapExtent* map_extent = partitionPageToDirectMapExtent(page); in PartitionDirectMap() local
704 map_extent->map_size = map_size - kPartitionPageSize - kSystemPageSize; in PartitionDirectMap()
705 map_extent->bucket = bucket; in PartitionDirectMap()
708 map_extent->next_extent = root->direct_map_list; in PartitionDirectMap()
709 if (map_extent->next_extent) in PartitionDirectMap()
710 map_extent->next_extent->prev_extent = map_extent; in PartitionDirectMap()
711 map_extent->prev_extent = nullptr; in PartitionDirectMap()
712 root->direct_map_list = map_extent; in PartitionDirectMap()