Searched refs:heaptracker_stacktrace (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/
H A Dstacktrace.c68 int heaptracker_stacktrace(intptr_t* addrs, size_t max_entries) function
H A Dheaptracker.c25 extern int heaptracker_stacktrace(intptr_t*, size_t);
106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH);
353 hdr->bt_depth = heaptracker_stacktrace(
372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH);
396 hdr->freed_bt_depth = heaptracker_stacktrace(hdr->freed_bt,
420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH);
453 hdr->bt_depth = heaptracker_stacktrace(hdr->bt, MAX_BACKTRACE_DEPTH);
468 hdr->bt_depth = heaptracker_stacktrace(

Completed in 93 milliseconds