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

Side by Side Diff: third_party/tcmalloc/README.chromium

Issue 21157004: c++11 ud suffix fixes for tcmalloc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/base/sysinfo.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: tcmalloc 1 Name: tcmalloc
2 Short Name: gperftools 2 Short Name: gperftools
3 URL: http://gperftools.googlecode.com/ 3 URL: http://gperftools.googlecode.com/
4 Version: unknown 4 Version: unknown
5 Revision: 144 5 Revision: 144
6 Security Critical: yes 6 Security Critical: yes
7 License: BSD 7 License: BSD
8 8
9 Description: 9 Description:
10 This contains Chromium's locally patched copy of tcmalloc. 10 This contains Chromium's locally patched copy of tcmalloc.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 $ gcl commit CL 84 $ gcl commit CL
85 85
86 86
87 Modifications: 87 Modifications:
88 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h *.c 88 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h *.c
89 - Added support for android. 89 - Added support for android.
90 - Use NULL instead of static_cast<uintptr_t>(0) in stack_trace_table.cc, 90 - Use NULL instead of static_cast<uintptr_t>(0) in stack_trace_table.cc,
91 for -std=c++11 compatibility. 91 for -std=c++11 compatibility.
92 - Added support for pseudo-stack heap profiling via a callback to retrieve a 92 - Added support for pseudo-stack heap profiling via a callback to retrieve a
93 simulated stack from the embedding application. 93 simulated stack from the embedding application.
94 - Inserted spaces around PRIx64, SCNx64 and friends, for c++11 compatibility.
OLDNEW
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/base/sysinfo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698