summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build on macOS.Piotr Sikora2017-08-211-0/+2
* include fcntl.h for loff_t definitionKhem Raj2017-07-161-0/+1
* Use ucontext_t instead of struct ucontextKhem Raj2017-07-161-2/+1
* bumped version to 2.6.1gperftools-2.6.1Aliaksey Kandratsenka2017-07-094-7/+24
* Replace "throw()" by "PERFTOOLS_NOTHROW"Romain Geissler2017-07-094-29/+29
* Add PERFTOOLS_THROW where necessary (as detected by GCC).Romain Geissler2017-07-083-3/+10
* Rename PERFTOOLS_THROW into PERFTOOLS_NOTHROW.Romain Geissler2017-07-085-164/+164
* Register tcmalloc atfork handler as early as possibleAliaksey Kandratsenka2017-07-083-9/+41
* Add initial syscall support for mips64 32-bit ABIAliaksey Kandratsenka2017-07-082-5/+11
* Ensure that lsan flags are appended on all necessary targetsFrancis Ricci2017-07-081-2/+6
* Add missing NEWS entry for recent 2.6 releaseAliaksey Kandratsenka2017-07-041-0/+3
* bumped version up to 2.6gperftools-2.6Aliaksey Kandratsenka2017-07-044-8/+23
* Ignore current_instance heap allocation when leak sanitizer is enabledFrancis Ricci2017-07-042-0/+16
* Revert "issue-654: [pprof] handle split text segments"Aliaksey Kandratsenka2017-07-011-14/+0
* update the prev_class_size in each loop, or the min_object_size of tcmalloc.t...KernelMaker2017-05-291-0/+2
* Document HEAPPROFILESIGNAL environment variableKim Gräsman2017-05-291-0/+9
* added stacktrace capturing benchmarkAliaksey Kandratsenka2017-05-294-0/+157
* 2.6rc4gperftools-2.5.93Aliaksey Kandratsenka2017-05-224-7/+16
* Revert "Revert "disable dynamic sized delete support by default""Aliaksey Kandratsenka2017-05-221-16/+3
* 2.6rc3gperftools-2.5.92Aliaksey Kandratsenka2017-05-224-7/+14
* enable 48-bit page map on msvc as wellAliaksey Kandratsenka2017-05-221-1/+1
* speed up 3-level page map accessAliaksey Kandratsenka2017-05-221-11/+11
* add configure-time warning on unsupported backtrace capturingAliaksey Kandratsenka2017-05-221-2/+2
* align fast-path functions only if compiler supports thatAliaksey Kandratsenka2017-05-223-7/+29
* actually support very early freeing of NULLAliaksey Kandratsenka2017-05-222-2/+16
* don't use arg-ful constructor attribute for early nallocx testAliaksey Kandratsenka2017-05-211-7/+0