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

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

Issue 1577883002: Add run-time CHECK to smoke-test allocator overrides (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: AAAAArgh, inconsistent trailing dot in README.chromium Created 4 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 unified diff | Download patch
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 - Inserted spaces around PRIx64, SCNx64 and friends, for c++11 compatibility. 94 - Inserted spaces around PRIx64, SCNx64 and friends, for c++11 compatibility.
95 - Fix sprintf formatting warning in MaybeDumpProfileLocked 95 - Fix sprintf formatting warning in MaybeDumpProfileLocked
96 - Added tc_malloc_skip_new_handler. 96 - Added tc_malloc_skip_new_handler.
97 - Fix logging issues in android 97 - Fix logging issues in android
98 - Changed DEFINE_foo macros to ignore envname unless ENABLE_PROFILING is defined 98 - Changed DEFINE_foo macros to ignore envname unless ENABLE_PROFILING is defined
99 - Changed DEFINE_string to define const char*s instead of strings 99 - Changed DEFINE_string to define const char*s instead of strings
100 - Disabled HEAPPROFILE envvar unless ENABLE_PROFILING is defined 100 - Disabled HEAPPROFILE envvar unless ENABLE_PROFILING is defined
101 - Add "ARMv8-a" to the supporting list of ARM architecture 101 - Add "ARMv8-a" to the supporting list of ARM architecture
102 - Add generic.total_physical_bytes property to MallocExtension 102 - Add generic.total_physical_bytes property to MallocExtension
103 - Conditionally define HAVE_VDSO_SUPPORT only on linux_x86 to avoid static initi alizers 103 - Conditionally define HAVE_VDSO_SUPPORT only on linux_x86 to avoid static initi alizers
104 - Add TC_MALLOPT_IS_OVERRIDDEN_BY_TCMALLOC mallopt() arg
OLDNEW
« no previous file with comments | « content/app/content_main_runner.cc ('k') | third_party/tcmalloc/chromium/src/gperftools/tcmalloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698