Searched refs:backtrace_string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/av/media/utils/ |
H A D | MemoryLeakTrackUtil.cpp | 46 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 D | backtrace.cpp | 120 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 D | backtrace.h | 40 std::string backtrace_string(const uintptr_t* frames, size_t frame_count);
|
/aosp_15_r20/system/memory/libmemunreachable/ |
D | MemUnreachable.cpp | 528 oss << backtrace_string(backtrace.frames, backtrace.num_frames); in ToString()
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 71919 …ed87c,platform/bionic,[email protected],Add backtrace_string and export to… 72561 …,platform/bionic,[email protected],Add offset to backtrace_string printing.
|