summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc
Commit message (Expand)AuthorAgeFilesLines
* Fix missing SYS_mmap when building Android on x86.ohrn@opera.com2013-09-261-0/+3
* c++11 ud suffix fixes for tcmalloc filesthakis@chromium.org2013-07-299-40/+46
* Record Chrome trace events in tcmalloc heap profilesjamescook@chromium.org2013-07-243-2/+36
* Enable DMP for system Chromium WebView on Androidmnaganov@chromium.org2013-07-194-1/+10
* Add RunID in deep-heap-profile which roughly discriminate each process execut...dmikurube@chromium.org2013-07-112-0/+19
* tcmalloc: Fix a C++11 error.thakis@chromium.org2013-06-292-1/+3
* Dump pageframes and their page counts by DEEP_HEAP_PROFILE_PAGEFRAME.dmikurube@chromium.org2013-06-203-84/+230
* Dump bucket ids of mmap'ed regions even if their allocated sizes are small or...dmikurube@chromium.org2013-06-171-2/+3
* Add PageSize in heap profile dumps by deep-heap-profile.dmikurube@chromium.org2013-06-171-0/+4
* Add CommandLine in heap profile dumps by deep-heap-profile.dmikurube@chromium.org2013-06-112-0/+42
* Dump heap profiles directly into files from deep-heap-profile.dmikurube@chromium.org2013-06-113-70/+61
* Verify that total committed memory in VMA is correct in deep-heap-profile.dmikurube@chromium.org2013-06-111-1/+21
* Breakdown "unhooked" memory regions by VMA pathnames and permissions.dmikurube@chromium.org2013-05-281-13/+0
* Add the reason in heap profiler dumps.dmikurube@chromium.org2013-05-283-40/+66
* Adds TCMalloc support for Android.bulach@chromium.org2013-05-2210-5/+431
* Use UNIX time (seconds since January 1, 1970, 00:00:00) in deep-heap-profile.cc.dmikurube@chromium.org2013-05-211-28/+3
* Add sizes in MMAP_LIST by deep-heap-profile.cc.dmikurube@chromium.org2013-05-211-0/+19
* GTTF: Enable tcmalloc's debugallocation on Windows.phajdan.jr@chromium.org2013-05-153-11/+9
* Revert 182659 "Get a filename of dumped heap profile in a V8 ext..."dmikurube@chromium.org2013-05-152-32/+11
* Support Android in MallocHook for mmap, munmap and mremap.dmikurube@chromium.org2013-05-142-1/+36
* Use PRIx64 instead of PRIxPTR for uint64 in deep-heap-profile.dmikurube@chromium.org2013-05-101-2/+2
* Add timestamp in files dumped by deep-heap-profile.cc.dmikurube@chromium.org2013-05-102-8/+49
* Enable tcmalloc's logging in Android.dmikurube@chromium.org2013-05-081-0/+27
* Fix mmap region iteration while no regions are recorded.dmikurube@chromium.org2013-05-083-10/+21
* Use system properties for heap profiler in Android instead of environment var...dmikurube@chromium.org2013-05-055-17/+106
* tcmalloc: add x32 abi support to linux_syscall_support.hvapier@chromium.org2013-04-121-56/+141
* Fix MMAP_LIST in dumps by deep-heap-profile again.dmikurube@chromium.org2013-04-012-43/+85
* Revert 190835 - Fix MMAP_LIST in dumps by deep-heap-profile.dmikurube@chromium.org2013-03-291-8/+8
* Fix MMAP_LIST in dumps by deep-heap-profile.dmikurube@chromium.org2013-03-271-8/+8
* Reorder checks in tcmalloc.gpike@chromium.org2013-03-201-24/+24
* Fix the compile error in case of linux_use_heapchecker==1.dmikurube@chromium.org2013-03-181-1/+2
* Dump stats of memory pages which are hooked, but absent from /proc/<pid>/maps.dmikurube@chromium.org2013-03-152-0/+37
* Count m(un)map for each stacktrace in MemoryRegionMap instead of HeapProfileT...dmikurube@chromium.org2013-03-149-435/+499
* Speed up tcmalloc by allowing more inlining.gpike@chromium.org2013-03-142-107/+103
* fix building w/glibc-2.16+: use siginfo_t everywherevapier@chromium.org2013-03-032-8/+6
* Change flags on CRT PE sections within allocator shim to bewfh@chromium.org2013-02-231-7/+7
* Dump a bucket id for each mmap call in deep-heap-profile.dmikurube@chromium.org2013-02-222-6/+12
* Change the order of hooked and unhooked memory regions dumped in deep-heap-pr...dmikurube@chromium.org2013-02-221-18/+21
* Add OWNERS for third_party/tcmalloc.dmikurube@chromium.org2013-02-192-0/+6
* Get a filename of dumped heap profile in a V8 extension HeapProfilerDump().dmikurube@chromium.org2013-02-152-11/+32
* Dump a list of memory regions which are hooked (mmap'ed) and not hooked by th...dmikurube@chromium.org2013-02-062-79/+84
* Dump a list of memory regions which are not hooked by the heap-profiler.dmikurube@chromium.org2013-02-062-5/+44
* Linux: grow a unique random mapping in ASLRjln@chromium.org2013-02-041-19/+53
* Revert 180514: It breaks the windows compile.mpcomplete@chromium.org2013-02-041-53/+19
* Linux: grow a unique random mapping in ASLRjln@chromium.org2013-02-041-19/+53
* Revert 180486jln@chromium.org2013-02-041-49/+19
* Linux: grow a unique random mapping in ASLRjln@chromium.org2013-02-041-19/+49
* TCMalloc: support userland ASLR on Linux and Chrome OSjln@chromium.org2013-01-311-1/+113
* TCMalloc: explicitly prevent int overflow.jln@chromium.org2013-01-161-1/+4
* GTTF: cherry-pick memalign/realloc mismatch debug codephajdan.jr@chromium.org2013-01-161-2/+18