Searched refs:get_backtrace (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
D | debug_stacktrace.h | 37 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* stack_frames, size_t max_depth);
|
D | malloc_debug_check.cpp | 331 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH); in chk_malloc() 368 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH); in chk_memalign() 385 int depth = get_backtrace(bt, MAX_BACKTRACE_DEPTH); in chk_free() 405 hdr->freed_bt_depth = get_backtrace(hdr->freed_bt, MAX_BACKTRACE_DEPTH); in chk_free() 428 int depth = get_backtrace(bt, MAX_BACKTRACE_DEPTH); in chk_realloc() 475 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH); in chk_realloc() 489 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH); in chk_calloc()
|
D | debug_stacktrace.cpp | 116 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* frames, size_t max_depth) { in get_backtrace() function 125 frame_count = get_backtrace(self_bt, 16); in log_backtrace()
|
D | pthread_debug.cpp | 375 stackDepth = get_backtrace(addrs, STACK_TRACE_DEPTH); in traverseTree() 440 object->stackDepth = get_backtrace(object->stackTrace, STACK_TRACE_DEPTH); in mutex_lock_checked()
|
D | malloc_debug_leak.cpp | 282 size_t numEntries = get_backtrace(backtrace, BACKTRACE_SIZE); in leak_malloc()
|