summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc
Commit message (Expand)AuthorAgeFilesLines
* Add run-time CHECK to smoke-test allocator overridesprimiano2016-01-123-4/+16
* Enable tcmalloc VDSO support only on x86 to reduce static initializersprimiano2016-01-122-0/+5
* Revert of tcmalloc: Use C++11 atomics where appropriate. (patchset #8 id:1400...thakis2015-12-298-233/+1594
* tcmalloc: Use C++11 atomics where appropriate.thakis2015-12-268-1594/+233
* Add generic.total_physical_bytes property to MallocExtensionssid2015-10-303-0/+17
* Add wfh to tcmalloc owner.wfh2015-09-251-0/+1
* Restore missing HEAP_PROFILE definitionsrockot2015-09-171-0/+26
* Remove clang type profiler and deep memory profiler.thakis2015-09-117-1873/+3
* stray c++11 ud suffix fixes for tcmalloc filesmostynb2015-07-242-5/+5
* tcmalloc:Add "ARMv8-a" to the supporting list of ARM architecture.milton.chiang2015-07-162-1/+7
* Remove willchan from OWNERS files, on his request :'-(thakis2015-06-281-3/+0
* Fix GCC warning in heap-profile-table.cc.tnagel2015-06-171-1/+1
* Make checkdeps.py check third_party.John Abd-El-Malek2015-04-011-0/+7
* Clean up presubmit filesPaweł Hajdan, Jr2014-12-191-16/+0
* OWNERS updates - willchan on extended leavewillchan2014-10-171-0/+2
* Update masters after the tryserver split.sergeyberezin@chromium.org2014-07-261-1/+1
* tcmalloc: Honor HEAPPROFILE envvar only in profiling=1 builds.thakis@chromium.org2014-05-192-1/+3
* tcmalloc: Let DEFINE_string define const char*s.thakis@chromium.org2014-05-183-13/+9
* 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-033-22/+27
* 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-213-0/+23
* Convert most Chromium presubmit files to use new multiple-tryserver-compatibl...phajdan.jr@chromium.org2014-03-111-2/+6
* 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-303-3/+3
* 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-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