Searched refs:holeEnd (Results 1 – 1 of 1) sorted by relevance
1749 Addr holeStart, holeEnd, holeLen; in VG_() local1854 holeEnd = nsegments[i].end; in VG_()1857 aspacem_assert(holeStart <= holeEnd); in VG_()1859 aspacem_assert(holeEnd <= aspacem_maxAddr); in VG_()1862 holeLen = holeEnd - holeStart + 1; in VG_()1864 if (fixedIdx == -1 && holeStart <= reqStart && reqEnd <= holeEnd) in VG_()