Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.cpp155 std::vector<unwindstack::FrameData> frames_info; in AddBacktrace() local
157 if (!Unwind(&frames, &frames_info, num_frames)) { in AddBacktrace()
180 backtraces_info_.emplace(hash_index, std::move(frames_info)); in AddBacktrace()
Dmalloc_debug.cpp293 std::vector<unwindstack::FrameData> frames_info; in BacktraceAndLog() local
294 if (!Unwind(&frames, &frames_info, 256)) { in BacktraceAndLog()
297 UnwindLog(frames_info); in BacktraceAndLog()