Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc127 root->current_extent = 0; in PartitionAllocBaseInit()
433 PartitionSuperPageExtentEntry* current_extent = root->current_extent; in PartitionAllocPartitionPages() local
436 if (UNLIKELY(!current_extent)) { in PartitionAllocPartitionPages()
440 DCHECK(current_extent->super_page_base); in PartitionAllocPartitionPages()
441 current_extent->next = latest_extent; in PartitionAllocPartitionPages()
443 root->current_extent = latest_extent; in PartitionAllocPartitionPages()
449 DCHECK(current_extent->super_pages_end); in PartitionAllocPartitionPages()
450 current_extent->super_pages_end += kSuperPageSize; in PartitionAllocPartitionPages()
451 DCHECK(ret >= current_extent->super_page_base && in PartitionAllocPartitionPages()
452 ret < current_extent->super_pages_end); in PartitionAllocPartitionPages()
Dpartition_alloc.h313 PartitionSuperPageExtentEntry* current_extent; member