Searched defs:isCustom1 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/memcheck/
H A Dmc_leakcheck.c1746 Bool isCustom1 = ch1->allockind == MC_AllocCustom; local
1756 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
1764 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {

Completed in 42 milliseconds