Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.cpp139 std::vector<unwindstack::LocalFrameData> frames_info; in AddBacktrace() local
141 if (!Unwind(&frames, &frames_info, num_frames)) { in AddBacktrace()
164 backtraces_info_.emplace(hash_index, std::move(frames_info)); in AddBacktrace()
Dmalloc_debug.cpp196 std::vector<unwindstack::LocalFrameData> frames_info; in BacktraceAndLog() local
197 if (!Unwind(&frames, &frames_info, 256)) { in BacktraceAndLog()
200 UnwindLog(frames_info); in BacktraceAndLog()