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
*
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
*
TCMalloc: restrict maximum size of memory allocations
jln@chromium.org
2013-01-15
1
-21
/
+35
*
TCMalloc: reduce waiting time in SpinLockDelay on Linux
jln@chromium.org
2013-01-08
1
-5
/
+5
*
Revert linuxthreads.cc in r175186
boliu@chromium.org
2013-01-04
1
-1
/
+1
*
Remove VisitedLink dependency on rest of chrome
boliu@chromium.org
2013-01-04
1
-1
/
+1
*
Partially revert r173151 - Switch prefs::kExtensionInstallForceList to be a d...
mnissler@chromium.org
2012-12-18
6
-157
/
+171
*
Switch prefs::kExtensionInstallForceList to be a dictionary.
mnissler@chromium.org
2012-12-14
6
-171
/
+157
*
Get DMP to run without HEAP_PROFILE_MMAP=1
gman@chromium.org
2012-11-30
1
-17
/
+22
*
Refactor DeepHeapProfile::ProcPagemap for cross platform support
gman@chromium.org
2012-11-09
2
-140
/
+197
*
Refactor deep-heap-profile.{cc|h}.
dmikurube@chromium.org
2012-11-08
2
-690
/
+687
*
Tweak TCMalloc freelist pointer masking
jschuh@chromium.org
2012-11-06
1
-5
/
+2
*
Remove unnecessary #include and fix style.
dmikurube@chromium.org
2012-10-25
2
-1
/
+1
*
Replace back std::ptrdiff_t into ptrdiff_t in tcmalloc.
dmikurube@chromium.org
2012-10-23
11
-20
/
+20
*
Allow to iterate over all allocation addresses
yurys@chromium.org
2012-10-12
4
-0
/
+58
*
Dump type statistics of malloc'ed objects.
dmikurube@chromium.org
2012-10-03
3
-0
/
+105
*
tcmalloc: fixed config_linux.h to build for arm targets.
asharif@chromium.org
2012-09-26
1
-0
/
+7
*
Classify memory usage by allocated type in Deep Memory Profiler.
dmikurube@chromium.org
2012-09-26
2
-6
/
+63
*
Type profiler by intercepting 'new' and 'delete' expressions.
dmikurube@chromium.org
2012-09-26
2
-0
/
+132
*
Ensure we mask freelist pointers properly on 32-bit Linux
jschuh@chromium.org
2012-09-25
1
-2
/
+3
*
Mask freelist entries in tcmalloc
jschuh@chromium.org
2012-09-20
1
-4
/
+19
*
Revert pprof change which was for dmprof.
dmikurube@chromium.org
2012-09-13
1
-1
/
+1
*
Dump /proc/<pid>/maps with every heap profile dump.
dmikurube@chromium.org
2012-08-14
2
-6
/
+20
*
Enable memory profiler on Linux when TC_MALLOC is enabled.
rtenneti@chromium.org
2012-08-08
2
-2
/
+11
*
Reverting this to see if it fixes the redness on the ChromiumOS bots.
ananta@chromium.org
2012-08-06
2
-11
/
+2
*
Enable memory profiler on Linux when TC_MALLOC is enabled.
rtenneti@chromium.org
2012-08-06
2
-2
/
+11
*
Make 'License' field in third-party metadata required
steveblock@chromium.org
2012-08-01
1
-0
/
+1
[next]