Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/tcmalloc/vendor/src/
Dheap-profiler.cc349 "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()
Dmemory_region_map.cc589 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()
Dsymbolize.cc232 "0x%"PRIxPTR"\n", reinterpret_cast<uintptr_t>(iter->first)); in Symbolize()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dheap-profiler.cc428 "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()
Dmemory_region_map.cc752 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()
Dsymbolize.cc227 "0x%" PRIxPTR "\n", reinterpret_cast<uintptr_t>(iter->first)); in Symbolize()
Dheap-profile-table.cc324 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/
Drtree.c51 "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/
Dinttypes.h240 #define PRIxPTR "I64x" macro
252 #define PRIxPTR "x" macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dbasictypes.h106 #ifndef PRIxPTR
107 #define PRIxPTR "lx" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dbasictypes.h106 #ifndef PRIxPTR
107 #define PRIxPTR "lx" macro
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
Dport.h339 # define PRIxPTR "llx" macro
342 # define PRIxPTR "lx" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
Dport.h336 # define PRIxPTR "llx" macro
339 # define PRIxPTR "lx" macro
/external/mesa3d/include/c99/
Dinttypes.h151 #define PRIxPTR "Ix" macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dinttypes.h151 #define PRIxPTR "Ix" macro
/external/libcxx/test/depr/depr.c.headers/
Dinttypes_h.pass.cpp291 #ifndef PRIxPTR
292 #error PRIxPTR not defined
/external/e2fsprogs/intl/
Dloadmsgcat.c439 #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/
Dinttypes.h159 #define PRIxPTR __PRIPTR_PREFIX "x" macro
/external/bison/lib/
Dinttypes.in.h573 #if !defined PRIxPTR || @PRI_MACROS_BROKEN@
574 # undef PRIxPTR
576 # define PRIxPTR @PRIPTR_PREFIX@ "x" macro
/external/libcxx/include/
Dcinttypes111 PRIxPTR
/external/qemu/include/exec/
Dcpu-common.h47 # define RAM_ADDR_FMT "%" PRIxPTR
/external/bison/darwin-lib/
Dinttypes.h885 #if !defined PRIxPTR || 0
886 # undef PRIxPTR
888 # define PRIxPTR "l" "x" macro
/external/bison/linux-lib/
Dinttypes.h885 #if !defined PRIxPTR || 0
886 # undef PRIxPTR
888 # define PRIxPTR "l" "x" macro
/external/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp535 #ifndef PRIxPTR
536 #error PRIxPTR not defined
/external/chromium_org/tools/android/heap_profiler/
Dheap_dump.c156 printf("\"%"PRIxPTR"\": {\"l\": %zu, \"f\": %"PRIu32", \"s\": \"%zx\"}", in dump_process_heap()

12