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

  /bionic/libc/bionic/
malloc_debug_backtrace.h 34 #define GET_BACKTRACE(bt, depth) \
35 (g_backtrace_enabled ? get_backtrace(bt, depth) : 0)
debug_stacktrace.h 37 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* stack_frames, size_t max_depth);
debug_stacktrace.cpp 100 // The first stack frame is get_backtrace itself. Skip it.
128 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* frames, size_t max_depth) { function
141 frame_count = get_backtrace(self_bt, 16);
  /external/chromium_org/tools/android/heap_profiler/
heap_profiler_hooks_android.c 21 uint32_t get_backtrace(uintptr_t* frames, uint32_t max_depth);
86 const uint32_t depth = get_backtrace(frames, HEAP_PROFILER_MAX_DEPTH);
205 static uint32_t get_backtrace(uintptr_t* frames, uint32_t max_depth) { function
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 374 get_backtrace (Frames &frame_buffer, size_t frames_to_remove) function in namespace:fd_interposing
563 if (get_backtrace(frames, 2))
589 if (get_backtrace(frames, 2))
599 get_backtrace(frames, 2);
    [all...]

Completed in 230 milliseconds