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
/
chromium
Commit message (
Expand
)
Author
Age
Files
Lines
*
Abort: change the magic value written to NULL
jln@chromium.org
2012-06-13
1
-1
/
+1
*
Add support for dump allocations created in a certain time window
jochen@chromium.org
2012-06-11
3
-0
/
+139
*
Try not to inline tcmalloc::Abort() so we can find it in stack trace.
kaiwang@chromium.org
2012-06-08
2
-18
/
+21
*
1. A small fix of Windows VM size.
kaiwang@chromium.org
2012-06-05
4
-16
/
+36
*
1. Enable large object pointer offset check in release build.
kaiwang@chromium.org
2012-05-24
2
-25
/
+31
*
Write to NULL will trigger a Clang compile warning and the compiler may
kaiwang@chromium.org
2012-05-15
1
-1
/
+1
*
Add a chromium version abort function for tcmalloc: Abort().
kaiwang@chromium.org
2012-05-14
10
-22
/
+63
*
Revert 136517 - A copy of CL: http://codereview.chromium.org/10307002/
kaiwang@chromium.org
2012-05-11
1
-10
/
+14
*
A copy of CL: http://codereview.chromium.org/10307002/
kaiwang@chromium.org
2012-05-11
1
-14
/
+10
*
Revert 136250 - This is a copy of CL http://codereview.chromium.org/10307002/
kaiwang@chromium.org
2012-05-10
1
-10
/
+14
*
This is a copy of CL http://codereview.chromium.org/10307002/
kaiwang@chromium.org
2012-05-10
1
-14
/
+10
*
Fix the logging. TCMalloc Log() does not recognize printf formatter.
kaiwang@chromium.org
2012-05-02
1
-2
/
+2
*
Added compile-time define to gate "initial-exec" attribute.
asharif@chromium.org
2012-04-24
2
-2
/
+13
*
Reserve a dedicated arena for every construction of mmap_address_map in order...
dmikurube@chromium.org
2012-04-18
3
-33
/
+79
*
Breakdown nonprofiled memory regions (f.k.a. 'unknown'), and add new policy f...
dmikurube@chromium.org
2012-04-13
2
-56
/
+219
*
A deeper heap profile dumper in third_party/tcmalloc/chromium.
dmikurube@chromium.org
2012-04-02
4
-1
/
+895
*
Fix virtual memory regression from new tcmalloc: use old kPageShift and kMaxS...
dmikurube@chromium.org
2012-03-17
1
-4
/
+8
*
Revert 127301 - Try fixing virtual memory regression from new tcmalloc: use o...
dmikurube@chromium.org
2012-03-17
1
-8
/
+4
*
Try fixing virtual memory regression from new tcmalloc: use old kPageShift an...
dmikurube@chromium.org
2012-03-16
1
-4
/
+8
*
Revert 127171 - Experiment for a deeper heap profile dumper to check impact f...
dmikurube@chromium.org
2012-03-16
4
-874
/
+1
*
Experiment for a deeper heap profile dumper to check impact for performance.
dmikurube@chromium.org
2012-03-16
4
-1
/
+874
*
tcmalloc: make tc_malloc_size(NULL) return 0 instead of asserting
piman@chromium.org
2012-03-15
1
-0
/
+6
*
Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...
dmikurube@chromium.org
2012-03-13
136
-5304
/
+8616
*
Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ...
dmikurube@chromium.org
2012-03-10
136
-8616
/
+5304
*
Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0).
dmikurube@chromium.org
2012-03-10
136
-5304
/
+8616
*
A memory profiling script, called the deep memory profiler, which shows deepe...
dmikurube@chromium.org
2012-03-08
1
-1
/
+1
*
Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...
dmikurube@google.com
2012-03-03
136
-8616
/
+5304
*
Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...
dmikurube@google.com
2012-03-03
136
-5304
/
+8616
*
Add a heap_check_error_exit_code flag (initialized from HEAP_CHECK_ERROR_EXIT...
glider@chromium.org
2012-02-16
1
-1
/
+6
*
Support use of third party time function for about:profiler
jar@chromium.org
2012-02-15
3
-0
/
+37
*
Force 16-byte alignment of the stack for the thread lister.
glider@chromium.org
2012-02-13
1
-1
/
+3
*
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
*
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
[next]