index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
tcmalloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add HEAP_PROFILE_TIME_INTERVAL to dump heap profiles periodically in third_pa...
dmikurube@chromium.org
2011-12-27
1
-0
/
+14
*
Make the profile buffer larger in third_party/tcmalloc/chromium.
dmikurube@chromium.org
2011-12-27
1
-1
/
+5
*
Change the heap file names to be Cleanup'ed in third_party/tcmalloc/chromium.
dmikurube@chromium.org
2011-12-16
1
-1
/
+4
*
Add a guard page in front of metadata allocations.
jschuh@chromium.org
2011-11-30
5
-4
/
+72
*
Put TCMalloc cleanup near the end of destructor list
jar@chromium.org
2011-11-21
1
-1
/
+2
*
tcmalloc: Initialize DefaultSysAllocator::names_
mcgrathr@chromium.org
2011-11-07
1
-0
/
+2
*
Enable TCMalloc doubly-linked freelist in release buildsBUG=NoneTEST=None
jschuh@chromium.org
2011-10-13
2
-3
/
+6
*
Catch some "easy to spot" double frees in TCMalloc
jar@chromium.org
2011-10-05
2
-2
/
+17
*
Enable tcmalloc validation by default in debug builds
jamesr@chromium.org
2011-09-21
1
-3
/
+5
*
tcmalloc doubly-linked free-lists for thread caches
bxx@chromium.org
2011-09-09
9
-39
/
+359
*
Revert 100074 - tcmalloc doubly-linked free-lists for thread caches
bxx@chromium.org
2011-09-08
9
-359
/
+39
*
tcmalloc doubly-linked free-lists for thread caches
bxx@chromium.org
2011-09-08
9
-39
/
+359
*
Revert 99515 - tcmalloc doubly-linked free-lists for thread caches
bxx@chromium.org
2011-09-03
9
-359
/
+39
*
tcmalloc doubly-linked free-lists for thread caches
bxx@chromium.org
2011-09-03
9
-39
/
+359
*
Update the tcmalloc vendor branch to r111 (perftools version 1.8)
glider@chromium.org
2011-07-19
69
-1479
/
+3457
*
Revert 89989 - Trying to understand Linux x64 weirdness (to be reverted immed...
cevans@chromium.org
2011-06-22
1
-9
/
+1
*
Trying to understand Linux x64 weirdness (to be reverted immediately).
cevans@chromium.org
2011-06-22
1
-1
/
+9
*
Revert 89977 - Fix missing name in tcmalloc error message (to be reverted imm...
cevans@chromium.org
2011-06-22
1
-2
/
+0
*
Fix missing name in tcmalloc error message (to be reverted immediately).
cevans@chromium.org
2011-06-22
1
-0
/
+2
*
Update Chromium TCMalloc modifications in order to compile with glibc 2.14
rsleevi@chromium.org
2011-06-21
1
-4
/
+11
*
Decrease the kHashbits to 12 effectively restoring the pre-r89459 size
glider@chromium.org
2011-06-20
1
-1
/
+3
*
Merge google-perftools r109 (the current contents of third_party/tcmalloc/ven...
glider@chromium.org
2011-06-17
103
-1967
/
+5582
*
Landing http://codereview.chromium.org/7033062/:
glider@chromium.org
2011-06-08
13
-22
/
+23
*
Update the tcmalloc vendor branch to r109
glider@chromium.org
2011-05-31
132
-22294
/
+25775
*
These files were LGTM'd in a previous patch (http://codereview.chromium.org/3...
chromium@hybridsource.org
2011-05-27
1
-0
/
+259
*
Fix heap profiler to always append the process id to the heap dump.
glider@chromium.org
2011-05-23
2
-2
/
+7
*
In debug mode, copy the mark (0x36) into all the free'd region.
rtenneti@chromium.org
2011-04-14
1
-0
/
+6
*
Revert 79258 - Mark all the free'ed region with special markers so that browser
rtenneti@chromium.org
2011-03-24
1
-5
/
+1
*
Mark all the free'ed region with special markers so that browser
rtenneti@chromium.org
2011-03-24
1
-1
/
+5
*
Switch to using WinHeap for the browser process
jar@chromium.org
2011-03-24
1
-2
/
+6
*
Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-16
1
-1
/
+180
*
Cleaning up third_party readmes and adding a template for future use.
cdn@chromium.org
2011-03-16
1
-0
/
+4
*
Revert 78166 - Test impact of an allocator change to detect double frees
jar@chromium.org
2011-03-15
1
-185
/
+1
*
Test impact of an allocator change to detect double frees
jar@chromium.org
2011-03-15
1
-1
/
+185
*
Revert 77948 - Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-12
1
-100
/
+1
*
Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-12
1
-1
/
+100
*
Revert 77941 - Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-12
1
-100
/
+1
*
Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-12
1
-1
/
+100
*
I added FreeBSD-generated config files for libevent and tcmalloc, along with ...
pvalchev@chromium.org
2010-10-04
1
-0
/
+2
*
This CL introduces the stack shadowing mechanism that should help TCMalloc's
glider@chromium.org
2010-08-27
3
-0
/
+193
*
Linux: Fix compilation issue with gcc-4.1.2.
craig.schlenter@chromium.org
2010-08-24
1
-1
/
+1
*
tcmalloc: also hook malloc_usable_size
evan@chromium.org
2010-07-02
1
-0
/
+8
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
1
-0
/
+0
*
Disable TCMalloc heap sampling.
willchan@chromium.org
2010-05-27
1
-1
/
+1
*
Merge tcmalloc r93 into the Chromium tcmalloc branch.
glider@chromium.org
2010-05-25
41
-1579
/
+1912
*
Revert 48024 - Reland http://codereview.chromium.org/1735024/show to assess t...
glider@chromium.org
2010-05-24
52
-2154
/
+1748
*
Re-land http://codereview.chromium.org/1735024/show to assess the performance.
glider@chromium.org
2010-05-24
52
-1748
/
+2154
*
Revert 47789 - The newer version of tcmalloc should fix the problems with run...
glider@chromium.org
2010-05-21
54
-6226
/
+1748
*
The newer version of tcmalloc should fix the problems with running tcmalloc u...
glider@chromium.org
2010-05-20
54
-1748
/
+6226
*
Update the vendor tcmalloc branch to r94.
glider@chromium.org
2010-05-11
22
-211
/
+394
[next]