HomeSort by relevance Sort by last modified time
    Searched refs:malloc_log (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/
heaptracker.c 85 void (*malloc_log)(const char *fmt, ...) = default_log; variable
110 malloc_log("*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\n");
113 malloc_log("\t#%02d pc %08x %s\n", cnt,
152 malloc_log("+++ REAR GUARD MISMATCH [%d, %d)\n", first_mismatch, i);
158 malloc_log("+++ REAR GUARD MISMATCH [%d, %d)\n", first_mismatch, i);
231 malloc_log("+++ ALLOCATION %p SIZE %d HAS A CORRUPTED FRONT GUARD\n",
234 malloc_log("+++ ALLOCATION %p HAS A CORRUPTED FRONT GUARD "\
243 malloc_log("+++ ALLOCATION %p SIZE %d HAS A CORRUPTED REAR GUARD\n",
258 malloc_log("+++ ALLOCATION %p HAS INVALID TAG %08x (NOT DUMPING STACKTRACE)\n",
268 malloc_log("+++ ALLOCATION %p SIZE %d WAS USED AFTER BEING FREED\n"
    [all...]
tm.c 14 extern void (*malloc_log)(const char *fmt, ...);
18 malloc_log = printf_log;

Completed in 29 milliseconds