summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium
Commit message (Expand)AuthorAgeFilesLines
* allocator: add use_experimental_allocator_shim build flagprimiano2016-02-091-1/+11
* tcmalloc: Fix include of malloc_hook_c.h in malloc_hook.hsque2016-01-311-1/+1
* Allocator cleanup: move tcmalloc-specific calls to baseprimiano2016-01-262-6/+1
* Add run-time CHECK to smoke-test allocator overridesprimiano2016-01-122-4/+15
* Enable tcmalloc VDSO support only on x86 to reduce static initializersprimiano2016-01-121-0/+4
* Revert of tcmalloc: Use C++11 atomics where appropriate. (patchset #8 id:1400...thakis2015-12-297-232/+1594
* tcmalloc: Use C++11 atomics where appropriate.thakis2015-12-267-1594/+232
* Add generic.total_physical_bytes property to MallocExtensionssid2015-10-302-0/+16
* 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-161-1/+6
* Fix GCC warning in heap-profile-table.cc.tnagel2015-06-171-1/+1
* 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