Searched defs:print_backtrace (Results 1 - 1 of 1) sorted by last modified time

/hardware/ti/omap4xxx/
H A Dheaptracker.c99 void print_backtrace(const intptr_t *bt, int depth) function
280 print_backtrace(hdr->bt, hdr->bt_depth);
284 print_backtrace(hdr->freed_bt, hdr->freed_bt_depth);
378 print_backtrace(hdr->bt, hdr->bt_depth);
382 print_backtrace(hdr->freed_bt, hdr->freed_bt_depth);
385 print_backtrace(bt, depth);
390 print_backtrace(bt, depth);
426 print_backtrace(hdr->bt, hdr->bt_depth);
430 print_backtrace(hdr->freed_bt, hdr->freed_bt_depth);
433 print_backtrace(b
[all...]

Completed in 23 milliseconds