Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_mallocfree.c1120 Block* p_best; in swizzle() local
1125 p_best = a->freelist[lno]; in swizzle()
1126 if (p_best == NULL) return; in swizzle()
1128 pn = pp = p_best; in swizzle()
1137 if (pn < p_best) p_best = pn; in swizzle()
1138 if (pp < p_best) p_best = pp; in swizzle()
1140 if (p_best < a->freelist[lno]) { in swizzle()
1142 VG_(printf)("retreat by %ld\n", (Word)(a->freelist[lno] - p_best)); in swizzle()
1144 a->freelist[lno] = p_best; in swizzle()