Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c1829 Int floatIdx = -1; in VG_() local
1936 if (floatIdx == -1 && holeLen >= reqLen) in VG_()
1937 floatIdx = i; in VG_()
1940 if ((fixed_not_required || fixedIdx >= 0) && floatIdx >= 0) in VG_()
1951 aspacem_assert(floatIdx >= -1 && floatIdx < nsegments_used); in VG_()
1952 if (floatIdx >= 0) in VG_()
1953 aspacem_assert(nsegments[floatIdx].kind == SkFree); in VG_()
1973 if (floatIdx >= 0) { in VG_()
1975 return nsegments[floatIdx].start; in VG_()
1980 if (floatIdx >= 0) { in VG_()
[all …]