Searched refs:current_extent (Results 1 – 2 of 2) sorted by relevance
127 root->current_extent = 0; in PartitionAllocBaseInit()433 PartitionSuperPageExtentEntry* current_extent = root->current_extent; in PartitionAllocPartitionPages() local436 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()
313 PartitionSuperPageExtentEntry* current_extent; member