/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | heap-profiler.cc | 349 "mmap(start=0x%"PRIxPTR", len=%"PRIuS", prot=0x%x, flags=0x%x, " in MmapHook() 350 "fd=%d, offset=0x%x) = 0x%"PRIxPTR"", in MmapHook() 367 "mremap(old_addr=0x%"PRIxPTR", old_size=%"PRIuS", " in MremapHook() 368 "new_size=%"PRIuS", flags=0x%x, new_addr=0x%"PRIxPTR") = " in MremapHook() 369 "0x%"PRIxPTR"", in MremapHook() 383 RAW_LOG(INFO, "munmap(start=0x%"PRIxPTR", len=%"PRIuS")", in MunmapHook() 393 RAW_LOG(INFO, "sbrk(inc=%"PRIdS") = 0x%"PRIxPTR"", in SbrkHook()
|
D | memory_region_map.cc | 589 RAW_VLOG(10, "MMap = 0x%"PRIxPTR" of %"PRIuS" at %"PRIu64" " in MmapHook() 610 RAW_VLOG(10, "MRemap = 0x%"PRIxPTR" of 0x%"PRIxPTR" %"PRIuS" " in MremapHook() 611 "to %"PRIuS" flags %d new_addr=0x%"PRIxPTR, in MremapHook() 624 RAW_VLOG(10, "Sbrk = 0x%"PRIxPTR" of %"PRIdS"", (uintptr_t)result, increment); in SbrkHook() 644 RAW_LOG(INFO, "Memory region 0x%"PRIxPTR"..0x%"PRIxPTR" " in LogAllLocked() 645 "from 0x%"PRIxPTR" stack=%d", in LogAllLocked()
|
D | symbolize.cc | 232 "0x%"PRIxPTR"\n", reinterpret_cast<uintptr_t>(iter->first)); in Symbolize()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | heap-profiler.cc | 428 "mmap(start=0x%" PRIxPTR ", len=%" PRIuS ", prot=0x%x, flags=0x%x, " in MmapHook() 429 "fd=%d, offset=0x%x) = 0x%" PRIxPTR, in MmapHook() 446 "mremap(old_addr=0x%" PRIxPTR ", old_size=%" PRIuS ", " in MremapHook() 447 "new_size=%" PRIuS ", flags=0x%x, new_addr=0x%" PRIxPTR ") = " in MremapHook() 448 "0x%" PRIxPTR, in MremapHook() 462 RAW_LOG(INFO, "munmap(start=0x%" PRIxPTR ", len=%" PRIuS ")", in MunmapHook() 472 RAW_LOG(INFO, "sbrk(inc=%" PRIdS ") = 0x%" PRIxPTR, in SbrkHook()
|
D | memory_region_map.cc | 752 RAW_VLOG(10, "MMap = 0x%" PRIxPTR " of %" PRIuS " at %" PRIu64 " " in MmapHook() 773 RAW_VLOG(10, "MRemap = 0x%" PRIxPTR " of 0x%" PRIxPTR " %" PRIuS " " in MremapHook() 774 "to %" PRIuS " flags %d new_addr=0x%" PRIxPTR, in MremapHook() 787 RAW_VLOG(10, "Sbrk = 0x%" PRIxPTR " of %" PRIdS, in SbrkHook() 808 RAW_LOG(INFO, "Memory region 0x%" PRIxPTR "..0x%" PRIxPTR " " in LogAllLocked() 809 "from 0x%" PRIxPTR " stack=%d", in LogAllLocked()
|
D | symbolize.cc | 227 "0x%" PRIxPTR "\n", reinterpret_cast<uintptr_t>(iter->first)); in Symbolize()
|
D | heap-profile-table.cc | 324 printed = snprintf(buf + buflen, bufsize - buflen, " 0x%08" PRIxPTR, in UnparseBucket() 522 snprintf(addr, 16, "0x%08" PRIxPTR, ptr); in DumpMarkedIterator() 724 printer.Printf("\t@ %" PRIxPTR " %s\n", in ReportLeaks()
|
/external/jemalloc/test/unit/ |
D | rtree.c | 51 "i=%u, j=%u, k=%u, set key=%#"PRIxPTR", " in TEST_BEGIN() 52 "get key=%#"PRIxPTR, i, j, k, keys[j], in TEST_BEGIN()
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | inttypes.h | 240 #define PRIxPTR "I64x" macro 252 #define PRIxPTR "x" macro
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | basictypes.h | 106 #ifndef PRIxPTR 107 #define PRIxPTR "lx" macro
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | basictypes.h | 106 #ifndef PRIxPTR 107 #define PRIxPTR "lx" macro
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | port.h | 339 # define PRIxPTR "llx" macro 342 # define PRIxPTR "lx" macro
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | port.h | 336 # define PRIxPTR "llx" macro 339 # define PRIxPTR "lx" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 151 #define PRIxPTR "Ix" macro
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
D | inttypes.h | 151 #define PRIxPTR "Ix" macro
|
/external/libcxx/test/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 291 #ifndef PRIxPTR 292 #error PRIxPTR not defined
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 439 #if !defined PRIxPTR || PRI_MACROS_BROKEN 440 # undef PRIxPTR 441 # define PRIxPTR \ macro 744 return PRIxPTR; in get_sysdep_segment_value()
|
/external/jemalloc/include/msvc_compat/C99/ |
D | inttypes.h | 159 #define PRIxPTR __PRIPTR_PREFIX "x" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 573 #if !defined PRIxPTR || @PRI_MACROS_BROKEN@ 574 # undef PRIxPTR 576 # define PRIxPTR @PRIPTR_PREFIX@ "x" macro
|
/external/libcxx/include/ |
D | cinttypes | 111 PRIxPTR
|
/external/qemu/include/exec/ |
D | cpu-common.h | 47 # define RAM_ADDR_FMT "%" PRIxPTR
|
/external/bison/darwin-lib/ |
D | inttypes.h | 885 #if !defined PRIxPTR || 0 886 # undef PRIxPTR 888 # define PRIxPTR "l" "x" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 885 #if !defined PRIxPTR || 0 886 # undef PRIxPTR 888 # define PRIxPTR "l" "x" macro
|
/external/libcxx/test/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 535 #ifndef PRIxPTR 536 #error PRIxPTR not defined
|
/external/chromium_org/tools/android/heap_profiler/ |
D | heap_dump.c | 156 printf("\"%"PRIxPTR"\": {\"l\": %zu, \"f\": %"PRIu32", \"s\": \"%zx\"}", in dump_process_heap()
|