summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* implemented (disabled by default) sized delete supportwip-from-alk-for-reviewAliaksey Kandratsenka2015-10-057-10/+59
* pass -fsized-deallocation to gcc 5Aliaksey Kandratsenka2015-10-052-0/+16
* implemented sized free support via tc_free_sizedAliaksey Kandratsenka2015-10-056-27/+66
* speedup free code path by dropping "fast path allowed check"Aliaksey Kandratsenka2015-10-051-3/+2
* added SizeMap::MaybeSizeClassAliaksey Kandratsenka2015-10-051-4/+25
* slightly faster GetCacheIfPresentAliaksey Kandratsenka2015-10-051-0/+2
* tell compiler that non-empty hooks are unlikelyAliaksey Kandratsenka2015-10-051-2/+4
* correctly test for -Wno-unused-result supportAliaksey Kandratsenka2015-10-051-1/+6
* fixed clang warning about shifting negative valuesAliaksey Kandratsenka2015-10-051-1/+1
* drop cycleclockAliaksey Kandratsenka2015-10-056-184/+0
* amputate unportable and unused stuff from sysinfoAliaksey Kandratsenka2015-10-053-308/+12
* amputated wait_cycles accounting in spinlocksAliaksey Kandratsenka2015-10-052-65/+20
* drop cycleclock reference in ThreadCacheAliaksey Kandratsenka2015-10-051-1/+0
* dropped unused and unsupported synchronization profiling facilityAliaksey Kandratsenka2015-10-053-71/+0
* dropped unused SpinLockWait functionAliaksey Kandratsenka2015-10-053-35/+1
* avoid checking for dup. entries on empty backtraceAliaksey Kandratsenka2015-10-051-1/+1
* fixed compiler warning in memory_region_map.ccAliaksey Kandratsenka2015-10-051-1/+3
* Don't link libtcmalloc_minimal.so to libpthread.soAliaksey Kandratsenka2015-10-054-11/+32
* Check if _MSC_VER is defined to avoid warningsFredrik Mellbin2015-10-031-2/+2
* Make default config.h work with VS2015Fredrik Mellbin2015-10-031-0/+8
* Ensure ThreadCache objects are CACHELINE_ALIGNED.Dair Grant2015-10-033-10/+9
* unbreak TestErrno againAliaksey Kandratsenka2015-09-261-1/+1
* don't try to test memalign on windowsAliaksey Kandratsenka2015-09-261-4/+7
* Merge pull request #717 from myrsloik/masterAliaksey Kandratsenka (aka Aliaksei Kandratsenka)2015-09-261-0/+11
|\
| * Use correct mangled new and delete symbols on windows x64Fredrik Mellbin2015-09-241-0/+11
|/
* Don't discard curl options if timeout is not defined.fdeweerdt2015-09-191-1/+1
* help clang with inlining important fast-path functionsAliaksey Kandratsenka2015-08-022-14/+26
* moved do_mallor_or_cpp_alloc in better placeAliaksey Kandratsenka2015-08-021-15/+13
* always set errno to ENOMEM on OOM condition and in single placeAliaksey Kandratsenka2015-08-023-47/+28
* deal with OOM handling in one place and prior to returning resultAliaksey Kandratsenka2015-08-022-181/+161
* added tcmalloc_unittest path with TCMALLOC_HEAP_LIMIT_MB=512Aliaksey Kandratsenka2015-08-021-0/+4
* added test on errno = ENOMEM on out of memoryAliaksey Kandratsenka2015-08-021-0/+18
* unbreak heap-profiler-unittest on gcc 5Aliaksey Kandratsenka2015-08-021-0/+4
* unbreak heap_checker_unittest on gcc 5Aliaksey Kandratsenka2015-08-021-0/+12
* dropped support for PREANSINEW define which nobody needs anymoreAliaksey Kandratsenka2015-08-022-16/+0
* added trivial malloc fast-path benchmarkAliaksey Kandratsenka2015-08-023-0/+111
* issue-699: Free list on error pathsTom Conerly2015-08-011-2/+8
* issue-702: correctly declare arg-less functions in profiler.hAliaksey Kandratsenka2015-08-011-6/+6
* issue-693: enable futex usage on armAliaksey Kandratsenka2015-06-272-10/+6
* issue-693: convert sys_futex to it's 6-arg formAliaksey Kandratsenka2015-06-271-2/+4
* issue-695: implementated TCMALLOC_TRACE_FILE variableAliaksey Kandratsenka2015-06-271-4/+16
* Add empty virtual destructor to class with virtual methods.Brian Silverman2015-06-161-0/+1
* Add support for CPUPROFILE_TIMER_SIGNAL environment variable.Patrick LoPresti2015-05-302-23/+40
* Add "ARMv8-A" to the supporting list of ARM architecture.Milton Chiang2015-05-231-1/+6
* include time.h for struct timespec on Visual Studio 2015Aliaksey Kandratsenka2015-05-091-0/+5
* hook mi_force_{un,}lock on OSX instead of pthread_atforkAliaksey Kandratsenka2015-05-092-4/+9
* Clarify that only tcmalloc_minimal is supported on Windows.Angus Gratton2015-05-092-13/+17
* issue-683: fix compile error in clang with -m32 and 64-bit off_tAliaksey Kandratsenka2015-05-031-1/+1
* fix typo in PrintAvailability codeAliaksey Kandratsenka2015-04-111-1/+1
* Add support for printing collapsed stacks for generating flame graphs.Matt Cross2015-03-261-0/+52