Index: third_party/tcmalloc/chromium/src/heap-profiler.cc |
=================================================================== |
--- third_party/tcmalloc/chromium/src/heap-profiler.cc (revision 88058) |
+++ third_party/tcmalloc/chromium/src/heap-profiler.cc (working copy) |
@@ -437,7 +437,7 @@ |
} |
} |
-static void SbrkHook(const void* result, ptrdiff_t increment) { |
+static void SbrkHook(const void* result, std::ptrdiff_t increment) { |
if (FLAGS_mmap_log) { // log it |
RAW_LOG(INFO, "sbrk(inc=%"PRIdS") = 0x%"PRIxPTR"", |
increment, (uintptr_t) result); |