summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* TCMalloc: restrict maximum size of memory allocationsjln@chromium.org2013-01-151-21/+35
* TCMalloc: reduce waiting time in SpinLockDelay on Linuxjln@chromium.org2013-01-081-5/+5
* Revert linuxthreads.cc in r175186boliu@chromium.org2013-01-041-1/+1
* Remove VisitedLink dependency on rest of chromeboliu@chromium.org2013-01-041-1/+1
* Partially revert r173151 - Switch prefs::kExtensionInstallForceList to be a d...mnissler@chromium.org2012-12-186-157/+171
* Switch prefs::kExtensionInstallForceList to be a dictionary.mnissler@chromium.org2012-12-146-171/+157
* Get DMP to run without HEAP_PROFILE_MMAP=1gman@chromium.org2012-11-301-17/+22
* Refactor DeepHeapProfile::ProcPagemap for cross platform supportgman@chromium.org2012-11-092-140/+197
* Refactor deep-heap-profile.{cc|h}.dmikurube@chromium.org2012-11-082-690/+687
* Tweak TCMalloc freelist pointer maskingjschuh@chromium.org2012-11-061-5/+2
* Remove unnecessary #include and fix style.dmikurube@chromium.org2012-10-252-1/+1
* Replace back std::ptrdiff_t into ptrdiff_t in tcmalloc.dmikurube@chromium.org2012-10-2311-20/+20
* Allow to iterate over all allocation addressesyurys@chromium.org2012-10-124-0/+58
* Dump type statistics of malloc'ed objects.dmikurube@chromium.org2012-10-033-0/+105
* tcmalloc: fixed config_linux.h to build for arm targets.asharif@chromium.org2012-09-261-0/+7
* Classify memory usage by allocated type in Deep Memory Profiler.dmikurube@chromium.org2012-09-262-6/+63
* Type profiler by intercepting 'new' and 'delete' expressions.dmikurube@chromium.org2012-09-262-0/+132
* Ensure we mask freelist pointers properly on 32-bit Linuxjschuh@chromium.org2012-09-251-2/+3
* Mask freelist entries in tcmallocjschuh@chromium.org2012-09-201-4/+19
* Revert pprof change which was for dmprof.dmikurube@chromium.org2012-09-131-1/+1
* Dump /proc/<pid>/maps with every heap profile dump.dmikurube@chromium.org2012-08-142-6/+20
* Enable memory profiler on Linux when TC_MALLOC is enabled.rtenneti@chromium.org2012-08-082-2/+11
* Reverting this to see if it fixes the redness on the ChromiumOS bots.ananta@chromium.org2012-08-062-11/+2
* Enable memory profiler on Linux when TC_MALLOC is enabled.rtenneti@chromium.org2012-08-062-2/+11
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-011-0/+1