Home
last modified time | relevance | path

Searched refs:PRIxPTR (Results 1 – 20 of 20) sorted by relevance

/aosp12/bionic/benchmarks/
H A Dstdio_benchmark.cpp234 "%" PRIxPTR "-%" PRIxPTR " %4s %" PRIxPTR " %*x:%*x %*d %n", in BM_stdio_scanf_maps()
302 "%" PRIxPTR "-%" PRIxPTR " %4s %" PRIxPTR " %*x:%*x %*d %n", in BM_stdio_scanf_maps_baseline()
/aosp12/system/memory/libmemunreachable/
H A DMemUnreachable.cpp105 MEM_ALOGV("Heap mapping %" PRIxPTR "-%" PRIxPTR " %s", it->begin, it->end, it->name); in CollectAllocations()
111 MEM_ALOGV("Anon mapping %" PRIxPTR "-%" PRIxPTR " %s", it->begin, it->end, it->name); in CollectAllocations()
116 MEM_ALOGV("Globals mapping %" PRIxPTR "-%" PRIxPTR " %s", it->begin, it->end, it->name); in CollectAllocations()
123 MEM_ALOGV("Stack %" PRIxPTR "-%" PRIxPTR " %s", thread_it->stack.first, it->end, it->name); in CollectAllocations()
/aosp12/bionic/libc/malloc_debug/
H A Dbacktrace.cpp44 #define PAD_PTR "016" PRIxPTR
46 #define PAD_PTR "08" PRIxPTR
158 snprintf(offset_buf, sizeof(offset_buf), " (offset 0x%" PRIxPTR ")", entry->elf_start_offset); in backtrace_string()
H A DMapData.cpp51 if (sscanf(line, "%" PRIxPTR "-%" PRIxPTR " %4s %" PRIxPTR " %*x:%*x %*d %n", &start, &end, in parse_line()
H A DPointerData.cpp215 error_log("No tracked pointer found for 0x%" PRIxPTR, pointer); in Remove()
303 error_log("+++ ALLOCATION 0x%" PRIxPTR " HAS CORRUPTED HEADER TAG 0x%x AFTER FREE", in VerifyFreedPointer()
399 error_log("Pointer 0x%" PRIxPTR " hash_index %zu does not exist.", entry.first, hash_index); in GetList()
407 … error_log("Pointer 0x%" PRIxPTR " hash_index %zu does not exist.", entry.first, hash_index); in GetList()
487 error_log("+++ %s leaked block of size %zu at 0x%" PRIxPTR " (leak %zu of %zu)", getprogname(), in LogLeaks()
583 dprintf(fd, " %" PRIxPTR, frame_info->frames[i]); in DumpLiveToFile()
/aosp12/system/extras/memory_replay/
H A DPointers.cpp55 err(1, "No empty entry found for 0x%" PRIxPTR "\n", key_pointer); in Add()
68 err(1, "No pointer value found for 0x%" PRIxPTR "\n", key_pointer); in Remove()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp172 _LOG(log, logtype::HEADER, "Cause: [GWP-ASan]: Unknown error occurred at 0x%" PRIxPTR ".\n", in DumpCause()
178 _LOG(log, logtype::HEADER, "Cause: [GWP-ASan]: %s at 0x%" PRIxPTR ".\n", error_string_, in DumpCause()
213 "Cause: [GWP-ASan]: %s, %" PRIuPTR " byte%s %s a %zu-byte allocation at 0x%" PRIxPTR "\n", in DumpCause()
H A Dtombstone_proto_to_text.cpp286 CBS(" =>0x%" PRIxPTR ":%s", row_addr, row_contents.c_str()); in print_tag_dump()
288 CBS(" 0x%" PRIxPTR ":%s", row_addr, row_contents.c_str()); in print_tag_dump()
H A Dscudo.cpp189 "\nCause: [MTE]: %s, %" PRIuPTR " byte%s %s a %zu-byte allocation at 0x%" PRIxPTR "\n", in DumpReport()
/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_debug.cpp90 …mali_gralloc_dump_string(dumpStrings, " %08" PRIxPTR " | %5d | %5d | %5d | %08x | %09" … in mali_gralloc_dump_buffers()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_debug.cpp97 …mali_gralloc_dump_string(dumpStrings, " %08" PRIxPTR " | %5d | %5d | %5d | %08x | %09" … in mali_gralloc_dump_buffers()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
H A Dinttypes.h161 #define PRIxPTR "Ix" macro
/aosp12/bionic/libc/include/
H A Dinttypes.h140 #define PRIxPTR __PRI_PTR_prefix"x" /* uintptr_t */ macro
/aosp12/art/libartbase/base/
H A Dmem_map.cc170 *error_msg = StringPrintf("Requested region 0x%08" PRIxPTR "-0x%08" PRIxPTR " does not overlap " in ContainedWithinExistingMap()
223 "0x%08" PRIxPTR " instead of 0x%08" PRIxPTR, in CheckMapRequest()
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/
H A DPowerHintSession.cpp174 std::string idstr = StringPrintf("%" PRId32 "-%" PRId32 "-%" PRIxPTR, mDescriptor->tgid, in getIdString()
389 StringPrintf("session %" PRIxPTR "\n", reinterpret_cast<uintptr_t>(this) & 0xffff); in toString()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddriver.h217 ALOGE("invalid dispatchable object magic 0x%" PRIxPTR, dispatch->magic); in SetDataInternal()
/aosp12/art/runtime/jni/
H A Djni_env_ext.cc201 return StringPrintf("<@addr=0x%" PRIxPTR "> (a %s)", in ComputeMonitorDescription()
/aosp12/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp154 buff = android::base::StringPrintf("sock=%" PRIxPTR, (uintptr_t)addr) + buff; in checkTag()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp93 #define FULL_BUFFER(addr, header, fenceFd) "%#" PRIxPTR " [%u@%p (%u..+%u) f=%x ts=%lld fc=%d]", \
/aosp12/art/runtime/
H A Dthread.cc2096 os << msg << StringPrintf("<@addr=0x%" PRIxPTR "> (a %s)", in PrintObject()