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

  /bionic/libc/bionic/
debug_stacktrace.h 37 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* stack_frames, size_t max_depth);
debug_stacktrace.cpp 88 // The first stack frame is get_backtrace itself. Skip it.
116 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* frames, size_t max_depth) { function
125 frame_count = get_backtrace(self_bt, 16);
malloc_debug_check.cpp 331 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH);
368 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH);
385 int depth = get_backtrace(bt, MAX_BACKTRACE_DEPTH);
405 hdr->freed_bt_depth = get_backtrace(hdr->freed_bt, MAX_BACKTRACE_DEPTH);
428 int depth = get_backtrace(bt, MAX_BACKTRACE_DEPTH);
475 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH);
489 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH);
pthread_debug.cpp 375 stackDepth = get_backtrace(addrs, STACK_TRACE_DEPTH);
440 object->stackDepth = get_backtrace(object->stackTrace, STACK_TRACE_DEPTH);
malloc_debug_leak.cpp 282 size_t numEntries = get_backtrace(backtrace, BACKTRACE_SIZE);

Completed in 165 milliseconds