diff options
author | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 20:01:07 +0000 |
---|---|---|
committer | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 20:01:07 +0000 |
commit | 2b45aafffdd1de580a1415bd6485a3f60a53458c (patch) | |
tree | 86bc5beca1336cdc5a9f8b4bcbdba962a9642bfd /third_party/tcmalloc/README | |
parent | 2d95d36188d22deb05a2d243ec36170939ebd321 (diff) | |
download | chromium_src-2b45aafffdd1de580a1415bd6485a3f60a53458c.zip chromium_src-2b45aafffdd1de580a1415bd6485a3f60a53458c.tar.gz chromium_src-2b45aafffdd1de580a1415bd6485a3f60a53458c.tar.bz2 |
Delete unused zero-length malloc_hook.cc file, left over from unforking.
BUG=none
TESt=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/README')
-rw-r--r-- | third_party/tcmalloc/README | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/third_party/tcmalloc/README b/third_party/tcmalloc/README index b72502c..7caac3c 100644 --- a/third_party/tcmalloc/README +++ b/third_party/tcmalloc/README @@ -58,3 +58,53 @@ CHROME_ALLOCATOR to: Local modifications
-------------------
jemalloc has been modified slightly to work within the Chromium build.
+
+============
+
+svn export -r 77 http://google-perftools/googlecode.com/svn/trunk vendor
+
+xcopy /E /O /Y /I vendor\src chromium\src
+
+copy config*.h \
+ allocator_shim.cc \
+ generic_allocators.cc \
+ page_heap.* \
+ port.cc \
+ system-alloc.h \
+ tcmalloc.cc \
+ win_allocator.cc \
+ tcmalloc_unittests.cc \
+ unittest_utils.cc \
+ heap-checker.h \
+ system-alloc.h \
+ chromium\src
+
+missing from our list:
+ malloc_hook.cc (zero-length)
+ system-alloc.cc
+
+
+
+Chromium, original
+ allocator_shim.cc
+ generic_allocators.cc
+ tcmalloc_unittests.cc
+ unittest_utils.cc
+ win_allocator.cc
+
+Chromium, generated from tcmalloc
+ config.h
+ config_linux.h
+ config_win.h
+
+tcmalloc forked:
+ heap-checker.h src\google\heap-checker.h
+ page_heap.cc src\page_heap.cc
+ page_heap. src\page_heap.h
+ port.cc src\windows\port.cc
+ system-alloc.cc src\system-alloc.cc
+ system-alloc.h src\system-alloc.h
+ tcmalloc.cc src\tcmalloc.cc
+
+Zero-length, remove
+ malloc_hook.cc
|