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
*
Fix missing SYS_mmap when building Android on x86.
ohrn@opera.com
2013-09-26
1
-0
/
+3
*
c++11 ud suffix fixes for tcmalloc files
thakis@chromium.org
2013-07-29
9
-40
/
+46
*
Record Chrome trace events in tcmalloc heap profiles
jamescook@chromium.org
2013-07-24
3
-2
/
+36
*
Enable DMP for system Chromium WebView on Android
mnaganov@chromium.org
2013-07-19
4
-1
/
+10
*
Add RunID in deep-heap-profile which roughly discriminate each process execut...
dmikurube@chromium.org
2013-07-11
2
-0
/
+19
*
tcmalloc: Fix a C++11 error.
thakis@chromium.org
2013-06-29
2
-1
/
+3
*
Dump pageframes and their page counts by DEEP_HEAP_PROFILE_PAGEFRAME.
dmikurube@chromium.org
2013-06-20
3
-84
/
+230
*
Dump bucket ids of mmap'ed regions even if their allocated sizes are small or...
dmikurube@chromium.org
2013-06-17
1
-2
/
+3
*
Add PageSize in heap profile dumps by deep-heap-profile.
dmikurube@chromium.org
2013-06-17
1
-0
/
+4
*
Add CommandLine in heap profile dumps by deep-heap-profile.
dmikurube@chromium.org
2013-06-11
2
-0
/
+42
*
Dump heap profiles directly into files from deep-heap-profile.
dmikurube@chromium.org
2013-06-11
3
-70
/
+61
*
Verify that total committed memory in VMA is correct in deep-heap-profile.
dmikurube@chromium.org
2013-06-11
1
-1
/
+21
*
Breakdown "unhooked" memory regions by VMA pathnames and permissions.
dmikurube@chromium.org
2013-05-28
1
-13
/
+0
*
Add the reason in heap profiler dumps.
dmikurube@chromium.org
2013-05-28
3
-40
/
+66
*
Adds TCMalloc support for Android.
bulach@chromium.org
2013-05-22
10
-5
/
+431
*
Use UNIX time (seconds since January 1, 1970, 00:00:00) in deep-heap-profile.cc.
dmikurube@chromium.org
2013-05-21
1
-28
/
+3
*
Add sizes in MMAP_LIST by deep-heap-profile.cc.
dmikurube@chromium.org
2013-05-21
1
-0
/
+19
*
GTTF: Enable tcmalloc's debugallocation on Windows.
phajdan.jr@chromium.org
2013-05-15
3
-11
/
+9
*
Revert 182659 "Get a filename of dumped heap profile in a V8 ext..."
dmikurube@chromium.org
2013-05-15
2
-32
/
+11
*
Support Android in MallocHook for mmap, munmap and mremap.
dmikurube@chromium.org
2013-05-14
2
-1
/
+36
*
Use PRIx64 instead of PRIxPTR for uint64 in deep-heap-profile.
dmikurube@chromium.org
2013-05-10
1
-2
/
+2
*
Add timestamp in files dumped by deep-heap-profile.cc.
dmikurube@chromium.org
2013-05-10
2
-8
/
+49
*
Enable tcmalloc's logging in Android.
dmikurube@chromium.org
2013-05-08
1
-0
/
+27
*
Fix mmap region iteration while no regions are recorded.
dmikurube@chromium.org
2013-05-08
3
-10
/
+21
*
Use system properties for heap profiler in Android instead of environment var...
dmikurube@chromium.org
2013-05-05
5
-17
/
+106
*
tcmalloc: add x32 abi support to linux_syscall_support.h
vapier@chromium.org
2013-04-12
1
-56
/
+141
*
Fix MMAP_LIST in dumps by deep-heap-profile again.
dmikurube@chromium.org
2013-04-01
2
-43
/
+85
*
Revert 190835 - Fix MMAP_LIST in dumps by deep-heap-profile.
dmikurube@chromium.org
2013-03-29
1
-8
/
+8
*
Fix MMAP_LIST in dumps by deep-heap-profile.
dmikurube@chromium.org
2013-03-27
1
-8
/
+8
*
Reorder checks in tcmalloc.
gpike@chromium.org
2013-03-20
1
-24
/
+24
*
Fix the compile error in case of linux_use_heapchecker==1.
dmikurube@chromium.org
2013-03-18
1
-1
/
+2
*
Dump stats of memory pages which are hooked, but absent from /proc/<pid>/maps.
dmikurube@chromium.org
2013-03-15
2
-0
/
+37
*
Count m(un)map for each stacktrace in MemoryRegionMap instead of HeapProfileT...
dmikurube@chromium.org
2013-03-14
9
-435
/
+499
*
Speed up tcmalloc by allowing more inlining.
gpike@chromium.org
2013-03-14
2
-107
/
+103
*
fix building w/glibc-2.16+: use siginfo_t everywhere
vapier@chromium.org
2013-03-03
2
-8
/
+6
*
Change flags on CRT PE sections within allocator shim to be
wfh@chromium.org
2013-02-23
1
-7
/
+7
*
Dump a bucket id for each mmap call in deep-heap-profile.
dmikurube@chromium.org
2013-02-22
2
-6
/
+12
*
Change the order of hooked and unhooked memory regions dumped in deep-heap-pr...
dmikurube@chromium.org
2013-02-22
1
-18
/
+21
*
Add OWNERS for third_party/tcmalloc.
dmikurube@chromium.org
2013-02-19
2
-0
/
+6
*
Get a filename of dumped heap profile in a V8 extension HeapProfilerDump().
dmikurube@chromium.org
2013-02-15
2
-11
/
+32
*
Dump a list of memory regions which are hooked (mmap'ed) and not hooked by th...
dmikurube@chromium.org
2013-02-06
2
-79
/
+84
*
Dump a list of memory regions which are not hooked by the heap-profiler.
dmikurube@chromium.org
2013-02-06
2
-5
/
+44
*
Linux: grow a unique random mapping in ASLR
jln@chromium.org
2013-02-04
1
-19
/
+53
*
Revert 180514: It breaks the windows compile.
mpcomplete@chromium.org
2013-02-04
1
-53
/
+19
*
Linux: grow a unique random mapping in ASLR
jln@chromium.org
2013-02-04
1
-19
/
+53
*
Revert 180486
jln@chromium.org
2013-02-04
1
-49
/
+19
*
Linux: grow a unique random mapping in ASLR
jln@chromium.org
2013-02-04
1
-19
/
+49
*
TCMalloc: support userland ASLR on Linux and Chrome OS
jln@chromium.org
2013-01-31
1
-1
/
+113
*
TCMalloc: explicitly prevent int overflow.
jln@chromium.org
2013-01-16
1
-1
/
+4
*
GTTF: cherry-pick memalign/realloc mismatch debug code
phajdan.jr@chromium.org
2013-01-16
1
-2
/
+18
[next]