Searched refs:backtrace (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp78 // based on the backtrace.
83 uintptr_t backtrace[]; member in struct:android::AllocEntry
90 oss << backtrace_string(e->backtrace, backtraceSize) << "\n";
/frameworks/base/libs/hwui/tests/unit/
H A Dmain.cpp83 if (!merged.leaks[0].backtrace.num_frames) {
85 << endl << "and 'setprop libc.debug.malloc.options backtrace=8'"
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp888 * intptr_t backtrace[32]
890 * "size" is the size of the allocation, "backtrace" is a fixed-size
892 * allocations with the exact same size and backtrace.
924 fprintf(fp, "WARNING: mismatched backtrace sizes (%zu vs. %d)\n",
937 intptr_t* backtrace = (intptr_t*) (ptr + sizeof(size_t) * 2); local
944 if (backtrace[bt] == 0) {
948 fprintf(fp, " %016" PRIxPTR, backtrace[bt]);
950 fprintf(fp, " %08" PRIxPTR, backtrace[bt]);

Completed in 107 milliseconds