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

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

Completed in 229 milliseconds