summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the removed std::allocator::pointer member type removed in C++20Laurent Stacul2020-02-091-2/+2
* Add mips64* supportshipujin2020-02-091-1/+1
* Update config.h in WindowsHoly Wu2019-04-211-14/+10
* Fix a long time typo2019-04-171-1/+1
* Fix build on FreeBSDpkubaj2019-04-071-0/+4
* don't try to mark rsp as clobbered in linux syscall supportAliaksey Kandratsenka2019-02-101-1/+1
* Use initial exec TLS model for all thread local variables from thread_cache.ccRomain Geissler2019-02-101-1/+1
* Include asm/ptrace.h when accessing ucontext_tTulio Magno Quites Machado Filho2019-02-101-0/+3
* Compile time aggressive decommit optionLaurent Stacul2019-02-101-1/+9
* undef mmap64 functionFabrice Fontaine2018-10-071-1/+2
* check for __sbrkFabrice Fontaine2018-10-061-1/+1
* Fix mmap region iteration while no regions are recorded.Gabriel Marin2018-10-062-6/+16
* Use off64_t instead of __off64_tFabrice Fontaine2018-10-061-4/+4
* Return early in WriteProfile to reduce indentationGabriel Marin2018-10-061-13/+11
* Add generic.total_physical_bytes property to MallocExtensionGabriel Marin2018-10-062-0/+16
* Make some tcmalloc constants truly constGabriel Marin2018-10-051-7/+7
* Add comment about gperftools 2.8 not deduplicating heapz samples.Aliaksey Kandratsenka2018-09-031-0/+4
* Drop de-duplication of heap sample (aka heapz) entries.Aliaksey Kandratsenka2018-08-275-112/+53
* Add flag to disable installing unmaintained & deprecated pprof.Aliaksey Kandratsenka2018-08-261-1/+1
* Avoid static initialization of pprof path for symbolization.Aliaksey Kandratsenka2018-08-261-9/+11
* Fix page_heap_test flakinessBrian Silverman2018-08-131-23/+56
* Use standard-conforming alignof in debugallocation.ccAliaksey Kandratsenka2018-08-051-2/+2
* Fix incompatible aliasing warningsAliaksey Kandratsenka2018-08-052-20/+4
* Format and fix out of bound access in CpuProfilerSwitchAliaksey Kandratsenka2018-08-051-26/+23
* provide constexpr constructor for SamplerAliaksey Kandratsenka2018-08-052-5/+7
* Patch _free_dbg to make Debug mode in MSVC worksHolyWu2018-08-051-3/+19
* Use indirect system calls in the linux spinlock implementationGabriel Marin2018-08-051-11/+12
* Use indirect system calls in the mmap malloc hooks.Gabriel Marin2018-08-051-3/+4
* use utf-8 for special symbolsGabriel Marin2018-08-053-5/+5
* Fix potential missing nul character on resolved symbol namesetienneb2018-08-051-4/+6
* tcmalloc: use relative addresses with the windows addr2line wrapperGabriel Marin2018-08-051-3/+11
* tcmalloc: add long form flag '--exe' to specify the binaryGabriel Marin2018-08-051-3/+4
* tcmalloc: fixes for the windows addr2line wrapperGabriel Marin2018-08-051-4/+12
* Replace builtin_expect configure test with a direct GCC compiler checkGabriel Marin2018-08-051-1/+1
* Under x64, the PE loader looks for callbacks in constant sectionsobones2018-08-051-2/+16
* Fix uninitialized memory use in sampler_testBrian Silverman2018-08-051-1/+1
* Make _recalloc adhere to MS's definitionHolyWu2018-05-212-5/+20
* Disable large allocation report by defaultJunhao Li2018-05-201-0/+4
* bumped version to 2.7gperftools-2.7Aliaksey Kandratsenka2018-04-292-6/+6
* Clean up src/windows/config.hHolyWu2018-04-291-83/+130
* Fix WIN32_OVERRIDE_ALLOCATORS for VS2017HolyWu2018-04-294-14/+55
* Enable aligned new/delete declarations on Windows when applicableHolyWu2018-04-292-2/+2
* Really fix CheckAddressBits compilation warningAliaksey Kandratsenka2018-04-291-10/+6
* Add tests for sized deallocationHolyWu2018-04-291-1/+31
* powerpc: Re-enable VDSO supportTulio Magno Quites Machado Filho2018-04-111-3/+3
* linux: add aarch64_ilp32 support.Christoph Müllner2018-04-091-7/+37
* Fix signature of sbrk.Christoph Müllner2018-04-091-3/+3
* unbreak compilation on GNU/Linux i386Aliaksey Kandratsenka2018-04-091-1/+1
* Remove not needed header in vdso_support.cc.Christoph Müllner2018-04-071-1/+0
* Enable tcmalloc VDSO support only on x86 to reduce static initializersMao2018-03-271-0/+4