DescriptionEnable TCMalloc on Linux by default.
This change also reworks the tcmalloc dependency to be added only to chrome and test_shell, instead of base. This is necessary since otherwise tcmalloc will be double initialized (by both the main executable and dlopen'd shared objects like the npapitestplugin.so).
Add valgrind suppressions. This are invalid reads on static initialization in the VDSOSupport module. I haven't investigated it yet, but I suspect they're benign.
BUG=http://crbug.com/28149, http://crbug.com/28385
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33010
Patch Set 1 #Patch Set 2 : Move tcmalloc dependency from process_util_linux.cc to chrome_exe_main_gtk.cc. #Patch Set 3 : Fork files for tcmalloc in linux to respect tc_new_mode. #Patch Set 4 : Remove unnecessary newline. #
Total comments: 14
Patch Set 5 : Oops, remove unintended change. #
Messages
Total messages: 9 (0 generated)
|