Searched refs:PRIxPTR (Results 1 – 5 of 5) sorted by relevance
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 234 "%" 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/ |
D | backtrace.cpp | 44 #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()
|
D | MapData.cpp | 51 if (sscanf(line, "%" PRIxPTR "-%" PRIxPTR " %4s %" PRIxPTR " %*x:%*x %*d %n", &start, &end, in parse_line()
|
D | PointerData.cpp | 215 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/ |
D | inttypes.h | 140 #define PRIxPTR __PRI_PTR_prefix"x" /* uintptr_t */ macro
|