Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/utils/
H A DMemoryLeakTrackUtil.cpp46 extern std::string backtrace_string(const uintptr_t* frames, size_t frame_count);
83 oss << backtrace_string(e->backtrace, leak_info.backtrace_size) << "\n"; in dumpMemoryAddresses()
/aosp_15_r20/bionic/libc/malloc_debug/
H A Dbacktrace.cpp120 std::string backtrace_string(const uintptr_t* frames, size_t frame_count) { in backtrace_string() function
181 error_log_string(backtrace_string(frames, frame_count).c_str()); in backtrace_log()
H A Dbacktrace.h40 std::string backtrace_string(const uintptr_t* frames, size_t frame_count);
/aosp_15_r20/system/memory/libmemunreachable/
DMemUnreachable.cpp528 oss << backtrace_string(backtrace.frames, backtrace.num_frames); in ToString()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv71919 …ed87c,platform/bionic,[email protected],Add backtrace_string and export to…
72561 …,platform/bionic,[email protected],Add offset to backtrace_string printing.