summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium/src
Commit message (Expand)AuthorAgeFilesLines
* tcmalloc: Honor HEAPPROFILE envvar only in profiling=1 builds.thakis@chromium.org2014-05-191-1/+2
* tcmalloc: Let DEFINE_string define const char*s.thakis@chromium.org2014-05-182-13/+7
* Fix build error with tcmalloc for androidjungjik.lee@samsung.com2014-05-161-0/+5
* Don't let tcmalloc read all kinds of env vars at startup.thakis@chromium.org2014-05-151-0/+12
* Fix tc_malloc_skip_new_handler to work together with heap profilerb.kelemen@samsung.com2014-04-281-0/+3
* remove redundant ifdefsestade@chromium.org2014-04-151-1/+1
* 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