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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1820 Int fixedIdx = -1; local
1923 if (fixedIdx == -1 && holeStart <= reqStart && reqEnd <= holeEnd)
1924 fixedIdx = i;
1930 if ((fixed_not_required || fixedIdx >= 0) && floatIdx >= 0)
1937 aspacem_assert(fixedIdx >= -1 && fixedIdx < nsegments_used);
1938 if (fixedIdx >= 0)
1939 aspacem_assert(nsegments[fixedIdx].kind == SkFree);
1950 if (fixedIdx >= 0) {
1959 if (fixedIdx >
[all...]

Completed in 64 milliseconds