Searched refs:AllocatedInterval (Results 1 – 2 of 2) sorted by relevance
17 struct AllocatedInterval { struct18 AllocatedInterval(LifetimePosition start, LifetimePosition end, in AllocatedInterval() argument25 bool operator<(const AllocatedInterval& other) const { argument28 bool operator>(const AllocatedInterval& other) const {32 typedef ZoneSet<AllocatedInterval> IntervalStore;81 static AllocatedInterval AsAllocatedInterval(LifetimePosition pos) { in AsAllocatedInterval()82 return AllocatedInterval(pos, LifetimePosition::Invalid(), nullptr); in AsAllocatedInterval()
99 AllocatedInterval erase_key(interval->start(), interval->end(), nullptr); in InternalGetNext()123 AllocatedInterval to_insert(interval->start(), interval->end(), range); in AllocateRange()