HomeSort by relevance Sort by last modified time
    Searched full:first_mismatch (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap4xxx/
heaptracker.c 143 int first_mismatch = -1; local
147 if (first_mismatch < 0)
148 first_mismatch = i;
151 else if (first_mismatch >= 0) {
152 malloc_log("+++ REAR GUARD MISMATCH [%d, %d)\n", first_mismatch, i);
153 first_mismatch = -1;
157 if (first_mismatch >= 0)
158 malloc_log("+++ REAR GUARD MISMATCH [%d, %d)\n", first_mismatch, i);

Completed in 257 milliseconds