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

  /hardware/ti/omap4-aah/
stacktrace.c 62 int heaptracker_stacktrace(intptr_t* addrs, size_t max_entries) function
heaptracker.c 25 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(
  /hardware/ti/omap4xxx/
stacktrace.c 62 int heaptracker_stacktrace(intptr_t* addrs, size_t max_entries) function
heaptracker.c 25 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 2235 milliseconds