Searched refs:prev_allocation_it (Results 1 – 1 of 1) sorted by relevance
2047 auto prev_allocation_it = allocation_sequence->rbegin(); in AllocateSegment() local2058 prev_allocation_it != allocation_sequence->rend() && in AllocateSegment()2059 (*prev_allocation_it)->memory_space() == MemorySpace::kAlternate && in AllocateSegment()2060 (*prev_allocation_it)->defining_position() == defining_position) { in AllocateSegment()