Searched refs:allocation_sequence (Results 1 – 2 of 2) sorted by relevance
1437 GetLiveAllocationAt(*allocation_value.allocation_sequence(), in AllocateAllocationValues()1837 allocation_value.allocation_sequence()->clear(); in UncommitPendingChunks()1886 for (auto& allocation : *allocation_value.allocation_sequence()) { in FinalizeAllocations()1941 auto allocation_sequence = request.allocation_value->allocation_sequence(); in AllocateSegment() local1947 GetLiveAllocationAt(*allocation_sequence, request.end_time); in AllocateSegment()1997 if (!allocation_sequence->empty()) { in AllocateSegment()2010 allocation_sequence->rbegin(), allocation_sequence->rend(), in AllocateSegment()2015 CHECK(prev_allocation_in_default_mem_it != allocation_sequence->rend()); in AllocateSegment()2024 allocation_sequence->push_back( in AllocateSegment()2030 CreateOrAddToAliasedOffset(*allocation_sequence->back(), in AllocateSegment()[all …]
765 AllocationSequence* allocation_sequence() { return &allocation_sequence_; } in allocation_sequence() function