summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped version up to 2.5gperftools-2.5Aliaksey Kandratsenka2016-03-124-9/+15
* Unbreak profiling with CPUPROFILE_FREQUENCY=1Aliaksey Kandratsenka2016-03-121-2/+4
* bumped version to 2.4.91 for 2.5rc2gperftools-2.4.91Aliaksey Kandratsenka2016-03-054-8/+18
* build sized delete aliases even when sized-delete is disabledAliaksey Kandratsenka2016-03-052-11/+17
* disable dynamic sized delete support by defaultAliaksey Kandratsenka2016-03-051-16/+3
* unbreak compilation with visual studioAliaksey Kandratsenka2016-03-055-0/+34
* Call function pointers with the right typeBrian Silverman2016-03-051-12/+14
* Don't shift a type by more than its widthBrian Silverman2016-03-011-1/+1
* Initialize counters in testBrian Silverman2016-03-011-5/+5
* Don't overflow a signed integerBrian Silverman2016-03-011-1/+1
* added minimal "header section" to READMEAliaksey Kandratsenka2016-02-291-4/+22
* bumped version to 2.5rcgperftools-2.4.90Aliaksey Kandratsenka2016-02-213-7/+7
* updated NEWS for 2.5rcAliaksey Kandratsenka2016-02-211-0/+120
* alias same malloc/free variants to their canonical versionsAliaksey Kandratsenka2016-02-211-13/+49
* Re-enable MultipleIdleNonIdlePhases testAliaksey Kandratsenka2016-02-211-0/+1
* added maybe_emergency_malloc.h to Makefile.amAliaksey Kandratsenka2016-02-211-0/+1
* don't round up sizes for large allocation when samplingAliaksey Kandratsenka2016-02-211-1/+6
* enable emergency malloc by default on arm when using libunwindAliaksey Kandratsenka2016-02-211-1/+10
* implemented emergency mallocAliaksey Kandratsenka2016-02-2112-10/+531
* replaced invalid uses of __THROWAliaksey Kandratsenka2016-02-207-260/+264
* unbreak <malloc.h> inclusion in gperftools/tcmalloc.hAliaksey Kandratsenka2016-02-201-18/+8
* drop detection of sys/malloc.h and malloc/malloc.hAliaksey Kandratsenka2016-02-201-2/+0
* Fix several harmless clang warningsAliaksey Kandratsenka2016-02-204-5/+6
* implemented stacktrace capturing via libgcc's C++ ABI functionAliaksey Kandratsenka2016-02-204-5/+145
* force profiler_unittest to do 'real' workAliaksey Kandratsenka2016-02-201-1/+1
* Extend low-level allocator to support custom pages allocatorAliaksey Kandratsenka2016-02-062-9/+81
* added malloc_bench_shared_fullAliaksey Kandratsenka2016-02-062-0/+8
* always use real throw() on operators new/deleteAliaksey Kandratsenka2016-02-061-6/+6
* Detect working ifunc before enabling dynamic sized delete supportAliaksey Kandratsenka2016-02-061-2/+17
* include unistd.h for getpid in thread_lister.cAliaksey Kandratsenka2016-02-061-1/+7
* Add support for Linux s390xBryan Chan2016-02-046-10/+306
* Fix typo in heap-checker-death_unittest.shBryan Chan2016-02-041-1/+1
* Fix include of malloc_hook_c.h in malloc_hook.hSimon Que2016-01-291-1/+1
* Add support for obtaining cache size of the current thread and softer idlingAndrew Morrow2016-01-267-1/+57
* Don't always arm the profiling timer.Brian Silverman2016-01-263-377/+128
* Make sure the alias is not removed by link-time optimization when it can proveDuncan Sands2016-01-241-1/+1
* don't retain compatibility with old docdir behaviorAliaksey Kandratsenka2016-01-241-6/+0
* support use of configure --docdir argumentChris Mayo2015-12-272-1/+6
* use alias attribute only for elf platformsAliaksey Kandratsenka2015-12-121-1/+1
* fix compilation error in spinlockcyshi2015-12-021-1/+1
* Added better description for GetStats APIgshirishfree2015-11-231-2/+6
* lower default transfer batch size down to 512Aliaksey Kandratsenka2015-11-211-1/+1
* implemented enabling sized-delete support at runtimeAliaksey Kandratsenka2015-11-213-4/+69
* use x86 pause in spin loopAliaksey Kandratsenka2015-11-211-0/+7
* added binary_trees benchmarkAliaksey Kandratsenka2015-11-213-1/+122
* drop unsupported allocation sampling code in tcmalloc_minimalAliaksey Kandratsenka2015-11-212-4/+14
* implemented (disabled by default) sized delete supportAliaksey Kandratsenka2015-11-217-10/+59
* pass -fsized-deallocation to gcc 5Aliaksey Kandratsenka2015-11-212-0/+16
* implemented sized free support via tc_free_sizedAliaksey Kandratsenka2015-11-216-27/+66
* speedup free code path by dropping "fast path allowed check"Aliaksey Kandratsenka2015-11-211-3/+2