Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: third_party/tcmalloc/vendor/src/base/elf_mem_image.cc

Issue 9316021: Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reuploading Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/tcmalloc/vendor/src/base/elf_mem_image.cc
diff --git a/third_party/tcmalloc/vendor/src/base/elf_mem_image.cc b/third_party/tcmalloc/vendor/src/base/elf_mem_image.cc
index d8b8090f3d967db9d269fa829b6b05d41aca4e51..2949343700d57761480da81cfaf92847062768bd 100644
--- a/third_party/tcmalloc/vendor/src/base/elf_mem_image.cc
+++ b/third_party/tcmalloc/vendor/src/base/elf_mem_image.cc
@@ -37,6 +37,7 @@
#ifdef HAVE_ELF_MEM_IMAGE // defined in elf_mem_image.h
+#include <stddef.h> // for size_t, ptrdiff_t
#include "base/logging.h"
// From binutils/include/elf/common.h (this doesn't appear to be documented
« no previous file with comments | « third_party/tcmalloc/vendor/src/base/dynamic_annotations.c ('k') | third_party/tcmalloc/vendor/src/base/googleinit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698