Home
last modified time | relevance | path

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

/bionic/benchmarks/
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()
/bionic/libc/malloc_debug/
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()
DMapData.cpp51 if (sscanf(line, "%" PRIxPTR "-%" PRIxPTR " %4s %" PRIxPTR " %*x:%*x %*d %n", &start, &end, in parse_line()
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()
/bionic/libc/include/
Dinttypes.h140 #define PRIxPTR __PRI_PTR_prefix"x" /* uintptr_t */ macro