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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1323 const AnCC* ancc1 = v1; local
1325 if (ancc1->nBytes < ancc2->nBytes) return 1;
1326 if (ancc1->nBytes > ancc2->nBytes) return -1;

Completed in 2655 milliseconds