Searched refs:holeEnd (Results 1 – 1 of 1) sorted by relevance
1818 Addr holeStart, holeEnd, holeLen; in VG_() local1923 holeEnd = nsegments[i].end; in VG_()1926 aspacem_assert(holeStart <= holeEnd); in VG_()1928 aspacem_assert(holeEnd <= aspacem_maxAddr); in VG_()1931 holeLen = holeEnd - holeStart + 1; in VG_()1933 if (fixedIdx == -1 && holeStart <= reqStart && reqEnd <= holeEnd) in VG_()