summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* issue-587: fix typos in unit test scriptsAliaksey Kandratsenka2013-11-164-4/+4
* issue-584: added license note to files without explicit licenseAliaksey Kandratsenka2013-11-094-0/+14
* added emacs -*- mode lines for google coding styleAliaksey Kandratsenka2013-10-1232-0/+32
* issue-556: drop malloc limit at the end of page_heap_testalkondratenko@gmail.com2013-07-261-0/+7
* issue-552: Fix page_heap_test for system with different page sizealkondratenko@gmail.com2013-07-261-1/+4
* issue-553: Fix syscall wrapper for PowerPCalkondratenko@gmail.com2013-07-261-2/+23
* issue-534: fixed a number of gcc warningsalkondratenko@gmail.com2013-07-062-3/+3
* issue-368: added missing large_heap_fragmentation_unittest.ccalkondratenko@gmail.com2013-05-071-0/+62
* issue-506: fixed bogus unit test failurealkondratenko@gmail.com2013-03-111-2/+13
* issue-425: Fixed tcmalloc unittest crashes for windows buildschappedm@gmail.com2013-03-111-2/+2
* issue-490: Added support for acquire/release atomic exchangechappedm@gmail.com2013-03-101-30/+48
* issue-443: Increase the number of objects transferred between thread cache an...chappedm@gmail.com2013-03-101-0/+68
* issue-448: New environment setting that allows you to set an explicit heap limitchappedm@gmail.com2012-11-042-3/+114
* issue-430: Introduces 8-byte alignment support for tcmallocchappedm@gmail.com2012-11-041-3/+4
* issue-477: Fix clang compilation errors regarding format specifierschappedm@gmail.com2012-11-032-4/+4
* issue-411: This commit adds additional logging to the cpu profiler to warn wh...chappedm@gmail.com2012-10-281-5/+13
* issue-446: Fixes compatability issues in malloc_hook_test for PPC64chappedm@gmail.com2012-09-181-11/+11
* issue-457: Fixed an issue where the 'getpc' testcase was using the wrong PPC6...chappedm@gmail.com2012-09-181-1/+1
* Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>csilvers2012-02-0418-27/+94
* * PORTING: Support for patching assembly on win x86_64! (scott.fr...)csilvers2012-01-281-3/+3
* * Check for mingw compilers that *do* define timespeccsilvers2011-11-162-10/+52
* * Get the deallocation stack trace outside the lock (sean)csilvers2011-10-181-0/+4
* Tue Jul 26 20:57:51 2011 Google Inc. <opensource@google.com>csilvers2011-07-271-0/+1
* Fri Jul 15 16:10:51 2011 Google Inc. <opensource@google.com>csilvers2011-07-167-64/+169
* * Fix typos in comment in profiler.h (nrhodes)csilvers2011-05-198-21/+398
* * Improve debugallocation tc_malloc_size (csilvers)csilvers2011-03-214-20/+92
* * add a flag to use MAP_PRIVATE in memfs_malloc (gangren)csilvers2011-03-043-4/+16
* * Enhance cycleclock on ARM v6 and above (sanek)csilvers2011-03-024-10/+10
* * Fix tcmalloc_unittest on MSVC 10 in release mode (csilvers)csilvers2011-02-081-1/+23
* Fri Feb 04 15:54:31 2011 Google Inc. <opensource@google.com>csilvers2011-02-053-39/+36
* * Make kHideMask use all 64 bits (ppluzhnikov)csilvers2011-01-192-3/+2
* * Suppress all large allocs when report threshold==0csilvers2010-11-186-15/+64
* Thu Aug 5 12:48:03 PDT 2010csilvers2010-08-052-1/+20
* * Default to not sampling in tcmalloc (csilvers)csilvers2010-06-213-4/+7
* * Update docs for heap-profiler fns (csilvers)csilvers2010-05-071-1/+1
* * Add new (std::nothrow) to debugallocation (corrado)csilvers2010-03-235-23/+51
* * PORTING: Revised patch_functions to avoid deadlock (csilvers, andrey)csilvers2010-01-141-8/+8
* * Make memalign && posix_memalign respect tc_set_new_mode (willchan)csilvers2009-12-021-0/+15