diff options
author | Dave Parks <davep@lindenlab.com> | 2010-09-19 23:07:56 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-09-19 23:07:56 -0500 |
commit | e18e26e87c46806f75d219b21be8b6ff2228fc99 (patch) | |
tree | 421b59c7ef33fc0d6a2223c7896e1cdf38a2ad7f /install.xml | |
parent | 90da6d6fdc33343be72252101aed1be641e822b5 (diff) |
Use tcmalloc for windows (gives auto-magical 16-byte alignment whenever needed, much faster than Visual C++ malloc).
Diffstat (limited to 'install.xml')
-rw-r--r-- | install.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/install.xml b/install.xml index 213f0ba2d2..48db054699 100644 --- a/install.xml +++ b/install.xml @@ -630,12 +630,12 @@ </map> </map> </map> - <key>google-perftools</key> + <key>tcmalloc</key> <map> <key>copyright</key> <string>Copyright (c) 2005, Google Inc.</string> <key>description</key> - <string>Heap performance and validity checking tools from google. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler.</string> + <string>High performance memory allocator.</string> <key>license</key> <string>bsd</string> <key>packages</key> @@ -643,9 +643,9 @@ <key>windows</key> <map> <key>md5sum</key> - <string>32dba32ddd460a08e082898ebba6315c</string> + <string>8b11a7d3caee8a4ba70da41d6a5ee131</string> <key>url</key> - <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google-perftools-1.0-windows-20090406.tar.bz2</uri> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/tcmalloc-1.6-windows-20100916b.tar.bz2</uri> </map> </map> </map> |