Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc126 root->first_extent = 0; in PartitionAllocBaseInit()
437 DCHECK(!root->first_extent); in PartitionAllocPartitionPages()
438 root->first_extent = latest_extent; in PartitionAllocPartitionPages()
Dpartition_alloc.h314 PartitionSuperPageExtentEntry* first_extent; member