Home
last modified time | relevance | path

Searched refs:holeEnd (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1749 Addr holeStart, holeEnd, holeLen; in VG_() local
1854 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_()