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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcmalloc: Honor HEAPPROFILE envvar only in profiling=1 builds.
thakis@chromium.org
2014-05-19
1
-1
/
+2
*
tcmalloc: Let DEFINE_string define const char*s.
thakis@chromium.org
2014-05-18
2
-13
/
+7
*
Fix build error with tcmalloc for android
jungjik.lee@samsung.com
2014-05-16
1
-0
/
+5
*
Don't let tcmalloc read all kinds of env vars at startup.
thakis@chromium.org
2014-05-15
1
-0
/
+12
*
Fix tc_malloc_skip_new_handler to work together with heap profiler
b.kelemen@samsung.com
2014-04-28
1
-0
/
+3
*
remove redundant ifdefs
estade@chromium.org
2014-04-15
1
-1
/
+1
*
Fix a bug in gperftools' logging system on android
zhenyu.shan@intel.com
2014-04-03
2
-22
/
+26
*
Revert "Enable DMP for system Chromium WebView on Android"
primiano@chromium.org
2014-03-25
4
-10
/
+1
*
Make possible to check memory allocations inside chromium
b.kelemen@samsung.com
2014-03-21
2
-0
/
+22
*
Invalidate MallocExtension::GetBytesAllocatedOnCurrentThread if !USE_TCMALLOC.
dmikurube@chromium.org
2014-02-10
2
-1
/
+16
*
Fix MarkUnmarkedAllocations to mark only unmarked allocations.
dmikurube@chromium.org
2014-02-07
1
-1
/
+1
*
atomicops-internals-windows.h: Don't declare intrincs when using Clang
hans@chromium.org
2014-01-31
1
-4
/
+12
*
Fix a couple of gcc 4.8 warnings in tcmalloc.
sbc@chromium.org
2014-01-30
2
-3
/
+2
*
Enable tcmalloc heap-profiler module on Windows.
peria@chromium.org
2013-12-11
4
-15
/
+75
*
Fix compile error of deep-heap-profiler.cc under
peria@chromium.org
2013-11-13
1
-5
/
+6
*
Fixes for tcmalloc for VS2013
scottmg@chromium.org
2013-10-15
2
-0
/
+3
*
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
8
-40
/
+45
*
Record Chrome trace events in tcmalloc heap profiles
jamescook@chromium.org
2013-07-24
2
-2
/
+34
*
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
1
-1
/
+1
*
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
9
-5
/
+430
*
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
[next]