Searched refs:holeStart (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1808 Addr holeStart, holeEnd, holeLen; local
1912 holeStart = nsegments[i].start;
1916 aspacem_assert(holeStart <= holeEnd);
1917 aspacem_assert(aspacem_minAddr <= holeStart);
1921 holeLen = holeEnd - holeStart + 1;
1923 if (fixedIdx == -1 && holeStart <= reqStart && reqEnd <= holeEnd)

Completed in 79 milliseconds