Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DUnwindBacktrace.cpp54 static unwindstack::LocalUnwinder* g_unwinder; variable
63 g_unwinder = new unwindstack::LocalUnwinder(skip_libraries); in Setup()
64 g_unwinder->Init(); in Setup()
70 if (g_unwinder == nullptr) { in Unwind()
74 if (!g_unwinder->Unwind(frame_info, max_frames)) { in Unwind()