Home
last modified time | relevance | path

Searched refs:get_backtrace (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Ddebug_stacktrace.h37 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* stack_frames, size_t max_depth);
Dmalloc_debug_check.cpp331 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()
Ddebug_stacktrace.cpp116 __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()
Dpthread_debug.cpp375 stackDepth = get_backtrace(addrs, STACK_TRACE_DEPTH); in traverseTree()
440 object->stackDepth = get_backtrace(object->stackTrace, STACK_TRACE_DEPTH); in mutex_lock_checked()
Dmalloc_debug_leak.cpp282 size_t numEntries = get_backtrace(backtrace, BACKTRACE_SIZE); in leak_malloc()