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

Unified Diff: third_party/tcmalloc/chromium/src/stack_trace_table.h

Issue 9323026: [NOT TO COMMIT!] r109: Diff of the current tcmalloc from the original google-perftools r109. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 11 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/chromium/src/stack_trace_table.h
diff --git a/third_party/tcmalloc/chromium/src/stack_trace_table.h b/third_party/tcmalloc/chromium/src/stack_trace_table.h
index e1d6a8a988b88c12d70b321893f9a8ff90fe00bd..26d21c1c7ebfe2f82cb9ae0129d75c53d5305160 100644
--- a/third_party/tcmalloc/chromium/src/stack_trace_table.h
+++ b/third_party/tcmalloc/chromium/src/stack_trace_table.h
@@ -36,7 +36,9 @@
#define TCMALLOC_STACK_TRACE_TABLE_H_
#include <config.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h> // for uintptr_t
+#endif
#include "common.h"
namespace tcmalloc {
« no previous file with comments | « third_party/tcmalloc/chromium/src/sampler.cc ('k') | third_party/tcmalloc/chromium/src/stacktrace_win32-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698