summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in gperftools' logging system on androidzhenyu.shan@intel.com2014-04-032-22/+26
* Revert "Enable DMP for system Chromium WebView on Android"primiano@chromium.org2014-03-254-10/+1
* Make possible to check memory allocations inside chromiumb.kelemen@samsung.com2014-03-212-0/+22
* Invalidate MallocExtension::GetBytesAllocatedOnCurrentThread if !USE_TCMALLOC.dmikurube@chromium.org2014-02-102-1/+16
* Fix MarkUnmarkedAllocations to mark only unmarked allocations.dmikurube@chromium.org2014-02-071-1/+1
* atomicops-internals-windows.h: Don't declare intrincs when using Clanghans@chromium.org2014-01-311-4/+12
* Fix a couple of gcc 4.8 warnings in tcmalloc.sbc@chromium.org2014-01-302-3/+2
* Enable tcmalloc heap-profiler module on Windows.peria@chromium.org2013-12-114-15/+75
* Fix compile error of deep-heap-profiler.cc underperia@chromium.org2013-11-131-5/+6
* Fixes for tcmalloc for VS2013scottmg@chromium.org2013-10-152-0/+3
* 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-298-40/+45
* Record Chrome trace events in tcmalloc heap profilesjamescook@chromium.org2013-07-242-2/+34
* 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-291-1/+1
* 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-229-5/+430
* 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-031-4/+3
* 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-191-0/+4
* Get a filename of dumped heap profile in a V8 extension HeapProfilerDump().dmikurube@chromium.org2013-02-152-11/+32