summaryrefslogtreecommitdiff
path: root/src/tests/tcmalloc_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Set tcmalloc heap limit prior to testing oomAliaksey Kandratsenka2021-02-281-0/+5
* correctly check sized delete hint when asserts are onAliaksey Kandratsenka2021-02-281-0/+17
* add missing noopt wrappings around more operator new callsAliaksey Kandratsenka2021-02-211-4/+4
* use standard way to print size_t-sized intsAliaksey Kandratsenka2021-02-141-1/+1
* don't test sbrk hook if we're on linux and don't have __sbrkAliaksey Kandratsenka2020-07-111-1/+1
* liberate gperftools tests from relying on -fno-builtin-XXX flagsAliaksey Kandratsenka2020-07-061-33/+35
* Add tests for sized deallocationHolyWu2018-04-291-1/+31
* Don't test OOM handling of debugallocatorAliaksey Kandratsenka2018-03-241-2/+5
* Implemented O(log n) searching among large spansAliaksey Kandratsenka2018-02-251-1/+1
* unbreak throw declarations on operators new/deleteAliaksey Kandratsenka2017-11-291-1/+1
* 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
* 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
* unbreak TestErrno againAliaksey Kandratsenka2015-09-261-1/+1
* don't try to test memalign on windowsAliaksey Kandratsenka2015-09-261-4/+7
* added test on errno = ENOMEM on out of memoryAliaksey Kandratsenka2015-08-021-0/+18
* added tc_malloc_skip_new_handlerAliaksey Kandratsenka2014-04-011-0/+5
* 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
* added emacs -*- mode lines for google coding styleAliaksey Kandratsenka2013-10-121-0/+1
* issue-425: Fixed tcmalloc unittest crashes for windows buildschappedm@gmail.com2013-03-111-2/+2
* issue-448: New environment setting that allows you to set an explicit heap limitchappedm@gmail.com2012-11-041-2/+12
* 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-031-1/+1
* Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>csilvers2012-02-041-3/+3
* * 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-161-50/+86
* * Improve debugallocation tc_malloc_size (csilvers)csilvers2011-03-211-6/+13
* * add a flag to use MAP_PRIVATE in memfs_malloc (gangren)csilvers2011-03-041-1/+13
* * Fix tcmalloc_unittest on MSVC 10 in release mode (csilvers)csilvers2011-02-081-1/+23
* * Make kHideMask use all 64 bits (ppluzhnikov)csilvers2011-01-191-2/+0
* * Suppress all large allocs when report threshold==0csilvers2010-11-181-10/+13
* Thu Aug 5 12:48:03 PDT 2010csilvers2010-08-051-1/+15
* * Add new (std::nothrow) to debugallocation (corrado)csilvers2010-03-231-1/+1
* * Make memalign && posix_memalign respect tc_set_new_mode (willchan)csilvers2009-12-021-0/+15
* * Prefer __environ to /proc/self/environ (csilvers)csilvers2009-12-021-4/+40
* * Replace usleep() and poll() with nanosleep() (glider)csilvers2009-11-101-0/+130
* * Fix Symbolize() to call pprof once, rather than once/symbol (glider)csilvers2009-10-271-0/+35
* Thu Sep 10 13:51:15 2009 Google Inc. <opensource@google.com>csilvers2009-09-111-0/+27
* Wed Mar 11 11:25:34 2009 Google Inc. <opensource@google.com>csilvers2009-03-111-3/+36
* Thu Dec 11 16:01:32 2008 Google Inc. <opensource@google.com>csilvers2008-12-131-1/+47
* Mon Jun 9 16:47:03 2008 Google Inc. <opensource@google.com>csilvers2008-06-141-0/+41
* Tue Feb 12 12:28:32 2008 Google Inc. <opensource@google.com>csilvers2008-02-131-1/+1
* Thu Nov 29 07:59:43 2007 Google Inc. <opensource@google.com>csilvers2007-11-291-1/+1