Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_leakcheck.c2075 Bool isCustom2 = ch2->allockind == MC_AllocCustom; in MC_() local
2084 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) { in MC_()
2092 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) { in MC_()