OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIdS
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
config_freebsd.h
233
#define
PRIdS
"d"
242
#define
PRIdS
"ld"
config_android.h
233
#define
PRIdS
"zd"
config_linux.h
233
#define
PRIdS
"zd"
config_win.h
262
#define
PRIdS
"Id"
config.h.in
233
#undef
PRIdS
heap-profiler.cc
472
RAW_LOG(INFO, "sbrk(inc=%"
PRIdS
") = 0x%" PRIxPTR,
memory_region_map.cc
787
RAW_VLOG(10, "Sbrk = 0x%" PRIxPTR " of %"
PRIdS
,
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h
251
#define
PRIdS
"Id"
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h
251
#define
PRIdS
"Id"
/external/chromium_org/third_party/tcmalloc/vendor/src/
config.h.in
230
#undef
PRIdS
heap-profiler.cc
393
RAW_LOG(INFO, "sbrk(inc=%"
PRIdS
") = 0x%"PRIxPTR"",
memory_region_map.cc
624
RAW_VLOG(10, "Sbrk = 0x%"PRIxPTR" of %"
PRIdS
"", (uintptr_t)result, increment);
Completed in 85 milliseconds