summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix OOM handling in fast-pathAliaksey Kandratsenka2017-11-291-0/+66
* Add support for C++17 operator new/delete for overaligned types.Andrey Semashev2017-11-291-0/+68
* Add PERFTOOLS_THROW where necessary (as detected by GCC).Romain Geissler2017-07-081-1/+1
* don't use arg-ful constructor attribute for early nallocx testAliaksey Kandratsenka2017-05-211-7/+0
* fix compilation of tcmalloc_unittest.cc on older llvm-gccAliaksey Kandratsenka2017-05-141-0/+6
* change size class to be represented by 32 bit intAliaksey Kandratsenka2017-05-141-2/+2
* synchronized Sampler implementation with Google-internal versionAliaksey Kandratsenka2017-05-141-32/+5
* slightly faster size class cacheAliaksey Kandratsenka2017-05-141-11/+30
* Revert "enabled aggressive decommit by default"Aliaksey Kandratsenka2017-05-141-2/+2
* Run StartStopNoOptionsEmpty profiledata unittestAliaksey Kandratsenka2017-05-141-0/+1
* suppress warnings from legacy headers while building legacy headers testAliaksey Kandratsenka2017-05-141-0/+3
* Don't assume memalign exists in memalign vs nallocx testAliaksey Kandratsenka2017-02-201-1/+1
* ported nallocx support from Google-internal tcmallocAliaksey Kandratsenka2016-12-181-0/+47
* 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
* Re-enable MultipleIdleNonIdlePhases testAliaksey Kandratsenka2016-02-211-0/+1
* Fix several harmless clang warningsAliaksey Kandratsenka2016-02-201-2/+2
* force profiler_unittest to do 'real' workAliaksey Kandratsenka2016-02-201-1/+1
* Fix typo in heap-checker-death_unittest.shBryan Chan2016-02-041-1/+1
* Add support for obtaining cache size of the current thread and softer idlingAndrew Morrow2016-01-261-1/+18
* Don't always arm the profiling timer.Brian Silverman2016-01-261-149/+22
* implemented enabling sized-delete support at runtimeAliaksey Kandratsenka2015-11-211-0/+4
* Fix tmpdir usage in heap-profiler_unittest.shJens Rosenboom2015-11-211-5/+2
* Ensure that PPROF_PATH is set for debugallocation_testAliaksey Kandratsenka2015-10-171-0/+3
* prevent clang from inlining Mallocer in heap checker unittestAliaksey Kandratsenka2015-10-171-2/+2
* unbreak TestErrno againAliaksey Kandratsenka2015-09-261-1/+1
* don't try to test memalign on windowsAliaksey Kandratsenka2015-09-261-4/+7
* 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
* 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-301-0/+5
* unbreak malloc_extension_c_test on clangAliaksey Kandratsenka2014-12-211-1/+2
* enabled aggressive decommit by defaultAliaksey Kandratsenka2014-12-201-2/+2
* added basic unit test for singular malloc hooksAliaksey Kandratsenka2014-12-071-0/+22
* implemented cpu-profiling mode that profiles threads separatelyAliaksey Kandratsenka2014-11-021-12/+20
* Fixed issues with heap checker on PPC64 LE.Raphael Moreira Zinsly2014-04-121-1/+1
* issue-614: use tc_memalign in ReallocAfterMemalloc testAliaksey Kandratsenka2014-04-071-5/+3
* added tc_malloc_skip_new_handlerAliaksey Kandratsenka2014-04-011-0/+5
* Fix getpc_test for PPC64v2 LEAdhemerval Zanella2014-03-291-2/+4
* Test for memalign in configure.ac. Disable a test that uses memalign if it is...Thomas Klausner2014-03-011-0/+2
* issue-489: added tcmalloc test pass with chromium-style decommitAliaksey Kandratsenka2014-02-221-5/+13
* issue-489: added unit test for chromium-style decommittingAliaksey Kandratsenka2014-02-221-5/+51
* issue-489: made tests pass on enabled chromium-style decommittingAliaksey Kandratsenka2014-02-221-0/+19
* removed unused "using" in malloc_extension_test.ccAliaksey Kandratsenka2014-02-221-2/+0
* issue-464: correctly handle realloc after memalign in debugallocAliaksey Kandratsenka2014-02-221-0/+18
* issue-596: removed unused AtomicIncrement operationAliaksey Kandratsenka2014-01-041-114/+0
* issue-588: Fix profiler_unittest.cc fork()Aliaksey Kandratsenka2013-11-161-16/+20