Index: third_party/tcmalloc/chromium/src/tcmalloc.cc |
diff --git a/third_party/tcmalloc/chromium/src/tcmalloc.cc b/third_party/tcmalloc/chromium/src/tcmalloc.cc |
index 1a56a3adbf5049d2f69f4fbd8780b877bbd69498..118e40a09fdb44f2036949d4402e387817bf8cc4 100644 |
--- a/third_party/tcmalloc/chromium/src/tcmalloc.cc |
+++ b/third_party/tcmalloc/chromium/src/tcmalloc.cc |
@@ -1013,7 +1013,7 @@ static void ReportLargeAlloc(Length num_pages, void* result) { |
static const int N = 1000; |
char buffer[N]; |
TCMalloc_Printer printer(buffer, N); |
- printer.printf("tcmalloc: large alloc %"PRIu64" bytes == %p @ ", |
+ printer.printf("tcmalloc: large alloc %" PRIu64 " bytes == %p @ ", |
static_cast<uint64>(num_pages) << kPageShift, |
result); |
for (int i = 0; i < stack.depth; i++) { |