Searched refs:prev_allocation_in_default_mem_it (Results 1 – 1 of 1) sorted by relevance
2009 auto prev_allocation_in_default_mem_it = std::find_if( in AllocateSegment() local2015 CHECK(prev_allocation_in_default_mem_it != allocation_sequence->rend()); in AllocateSegment()2016 (*prev_allocation_in_default_mem_it)->Extend(request.start_time); in AllocateSegment()2050 auto prev_allocation_in_default_mem_it = std::find_if( in AllocateSegment() local2057 if (prev_allocation_in_default_mem_it == allocation_sequence->rend() && in AllocateSegment()2068 prev_allocation_in_default_mem_it = allocation_sequence->rbegin(); in AllocateSegment()2069 } else if (prev_allocation_in_default_mem_it == allocation_sequence->rend()) { in AllocateSegment()2074 prev_allocation_in_default_mem_it = allocation_sequence->rbegin(); in AllocateSegment()2077 CHECK(prev_allocation_in_default_mem_it != allocation_sequence->rend()); in AllocateSegment()2078 CHECK((*prev_allocation_in_default_mem_it)->memory_space() == in AllocateSegment()[all …]