summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped version to 2.7gperftools-2.7Aliaksey Kandratsenka2018-04-294-9/+47
* 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
* Fix build without static librariesFabrice Fontaine2018-04-291-2/+8
* Update documentation for heap_checker.htmlBen Dang2018-04-131-3/+3
* 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
* Explicitly prevent int overflowMao2018-03-261-1/+4
* Correctly detect presence of various functions in tcmalloc.hAliaksey Kandratsenka2018-03-241-4/+4
* Don't test OOM handling of debugallocatorAliaksey Kandratsenka2018-03-241-2/+5
* Fix warning about one of CheckAddressBits functions unusedAliaksey Kandratsenka2018-03-241-9/+6
* unbreak printing large span statsAliaksey Kandratsenka2018-03-241-2/+2
* bumped version to 2.7rcgperftools-2.6.90Aliaksey Kandratsenka2018-03-184-7/+27
* Add a central free list for kMaxPages-sized spansTodd Lipcon2018-03-177-29/+31
* implement more robust detection of sized delete supportAliaksey Kandratsenka2018-03-041-4/+5
* refactored handling of reverse span set iterator for correctnessAliaksey Kandratsenka2018-02-252-25/+40
* Update docs for central page heap to reflect treeTodd Lipcon2018-02-253-17/+26
* Implemented O(log n) searching among large spansAliaksey Kandratsenka2018-02-255-63/+234
* typo in docs/tcmalloc.htmlIshan Arora2018-01-091-1/+1
* bumped version to 2.6.3gperftools-2.6.3Aliaksey Kandratsenka2017-12-094-7/+19
* fix malloc fast path for patched windows functionsAliaksey Kandratsenka2017-12-091-5/+5
* configure.ac: use link check for std::align_val_tStephan Zuercher2017-12-091-1/+1
* configure.ac: better test for -faligned-newStephan Zuercher2017-12-091-1/+1
* bumped version to 2.6.2gperftools-2.6.2Aliaksey Kandratsenka2017-11-304-7/+55
* implement fast-path for memalign/aligned_alloc/tc_new_alignedAliaksey Kandratsenka2017-11-302-106/+101
* add memalign benchmark to malloc_benchAliaksey Kandratsenka2017-11-301-0/+29
* always define empty PERFTOOLS_NOTHROWAliaksey Kandratsenka2017-11-291-2/+0
* unbreak throw declarations on operators new/deleteAliaksey Kandratsenka2017-11-296-70/+67
* Fix OOM handling in fast-pathAliaksey Kandratsenka2017-11-294-21/+126
* delete-trailing-whitespace on thread_cache.*Aliaksey Kandratsenka2017-11-292-3/+2
* reintroduce aliasing for aligned deleteAliaksey Kandratsenka2017-11-291-32/+54
* fully disable aligned new on windows for nowAliaksey Kandratsenka2017-11-292-2/+2
* Add support for C++17 operator new/delete for overaligned types.Andrey Semashev2017-11-2910-35/+480
* Add new statistics for the PageHeapAndrew Morrow2017-11-283-1/+76
* Fix data race setting size_left_ in ThreadCache::SetMaxSizeJianbo Yang2017-10-172-21/+13
* fix memory leak in Symbolize functioncs-lee2017-09-231-0/+1
* Added mising va_end() in TracePrintf functioncs-lee2017-09-231-0/+1
* Implemented GetProgramInvocationName on FreeBSDVladimir2017-09-231-0/+10
* Revert "Ignore current_instance heap allocation when leak sanitizer is enabled"Aliaksey Kandratsenka2017-09-232-16/+0
* Revert "Ensure that lsan flags are appended on all necessary targets"Aliaksey Kandratsenka2017-09-231-6/+2
* Use safe getenv for setting up backtrace capturing methodAliaksey Kandratsenka2017-09-231-1/+2
* Fixed LTO warning about the mismatch between return values for ProfilingIsEna...Dorin Lazăr2017-09-231-2/+2
* implement support for C11 aligned_allocAliaksey Kandratsenka2017-09-163-0/+3