Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_mallocfree.c1444 const AnCC* ancc1 = v1; in cmp_AnCC_by_vol() local
1446 if (ancc1->nBytes < ancc2->nBytes) return 1; in cmp_AnCC_by_vol()
1447 if (ancc1->nBytes > ancc2->nBytes) return -1; in cmp_AnCC_by_vol()