diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 06:59:27 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 06:59:27 +0000 |
commit | 14886df2cf39d8aabcdb1716ea9b87a65b120fd3 (patch) | |
tree | 53d9eebeef33d558f24436de36193f128de7f46c /third_party/tcmalloc | |
parent | af7baa16383a62872d57219cfdca27caca4dd6a7 (diff) | |
download | chromium_src-14886df2cf39d8aabcdb1716ea9b87a65b120fd3.zip chromium_src-14886df2cf39d8aabcdb1716ea9b87a65b120fd3.tar.gz chromium_src-14886df2cf39d8aabcdb1716ea9b87a65b120fd3.tar.bz2 |
Update to new version of tcmalloc (new spinlock implementation)
Review URL: http://codereview.chromium.org/113563
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc')
-rw-r--r-- | third_party/tcmalloc/tcmalloc.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/tcmalloc/tcmalloc.vcproj b/third_party/tcmalloc/tcmalloc.vcproj index f7ca19f..8412803 100644 --- a/third_party/tcmalloc/tcmalloc.vcproj +++ b/third_party/tcmalloc/tcmalloc.vcproj @@ -224,6 +224,10 @@ >
</File>
<File
+ RelativePath=".\tcmalloc\src\base\spinlock.cc"
+ >
+ </File>
+ <File
RelativePath="tcmalloc\src\base\sysinfo.cc"
>
</File>
|