index
:
delta/gperftools.git
at7_0-release
at7_1-release
at8_0-release
baserock/morph
master
master-issue_626
rzinsly-master
wip-from-alk-for-review
github.com: gperftools/gperftools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
tcmalloc_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set tcmalloc heap limit prior to testing oom
Aliaksey Kandratsenka
2021-02-28
1
-0
/
+5
*
correctly check sized delete hint when asserts are on
Aliaksey Kandratsenka
2021-02-28
1
-0
/
+17
*
add missing noopt wrappings around more operator new calls
Aliaksey Kandratsenka
2021-02-21
1
-4
/
+4
*
use standard way to print size_t-sized ints
Aliaksey Kandratsenka
2021-02-14
1
-1
/
+1
*
don't test sbrk hook if we're on linux and don't have __sbrk
Aliaksey Kandratsenka
2020-07-11
1
-1
/
+1
*
liberate gperftools tests from relying on -fno-builtin-XXX flags
Aliaksey Kandratsenka
2020-07-06
1
-33
/
+35
*
Add tests for sized deallocation
HolyWu
2018-04-29
1
-1
/
+31
*
Don't test OOM handling of debugallocator
Aliaksey Kandratsenka
2018-03-24
1
-2
/
+5
*
Implemented O(log n) searching among large spans
Aliaksey Kandratsenka
2018-02-25
1
-1
/
+1
*
unbreak throw declarations on operators new/delete
Aliaksey Kandratsenka
2017-11-29
1
-1
/
+1
*
Fix OOM handling in fast-path
Aliaksey Kandratsenka
2017-11-29
1
-0
/
+66
*
Add support for C++17 operator new/delete for overaligned types.
Andrey Semashev
2017-11-29
1
-0
/
+68
*
Add PERFTOOLS_THROW where necessary (as detected by GCC).
Romain Geissler
2017-07-08
1
-1
/
+1
*
don't use arg-ful constructor attribute for early nallocx test
Aliaksey Kandratsenka
2017-05-21
1
-7
/
+0
*
fix compilation of tcmalloc_unittest.cc on older llvm-gcc
Aliaksey Kandratsenka
2017-05-14
1
-0
/
+6
*
Don't assume memalign exists in memalign vs nallocx test
Aliaksey Kandratsenka
2017-02-20
1
-1
/
+1
*
ported nallocx support from Google-internal tcmalloc
Aliaksey Kandratsenka
2016-12-18
1
-0
/
+47
*
Call function pointers with the right type
Brian Silverman
2016-03-05
1
-12
/
+14
*
unbreak TestErrno again
Aliaksey Kandratsenka
2015-09-26
1
-1
/
+1
*
don't try to test memalign on windows
Aliaksey Kandratsenka
2015-09-26
1
-4
/
+7
*
added test on errno = ENOMEM on out of memory
Aliaksey Kandratsenka
2015-08-02
1
-0
/
+18
*
added tc_malloc_skip_new_handler
Aliaksey Kandratsenka
2014-04-01
1
-0
/
+5
*
issue-489: added unit test for chromium-style decommitting
Aliaksey Kandratsenka
2014-02-22
1
-5
/
+51
*
issue-489: made tests pass on enabled chromium-style decommitting
Aliaksey Kandratsenka
2014-02-22
1
-0
/
+19
*
added emacs -*- mode lines for google coding style
Aliaksey Kandratsenka
2013-10-12
1
-0
/
+1
*
issue-425: Fixed tcmalloc unittest crashes for windows builds
chappedm@gmail.com
2013-03-11
1
-2
/
+2
*
issue-448: New environment setting that allows you to set an explicit heap limit
chappedm@gmail.com
2012-11-04
1
-2
/
+12
*
issue-430: Introduces 8-byte alignment support for tcmalloc
chappedm@gmail.com
2012-11-04
1
-3
/
+4
*
issue-477: Fix clang compilation errors regarding format specifiers
chappedm@gmail.com
2012-11-03
1
-1
/
+1
*
Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>
csilvers
2012-02-04
1
-3
/
+3
*
* Get the deallocation stack trace outside the lock (sean)
csilvers
2011-10-18
1
-0
/
+4
*
Tue Jul 26 20:57:51 2011 Google Inc. <opensource@google.com>
csilvers
2011-07-27
1
-0
/
+1
*
Fri Jul 15 16:10:51 2011 Google Inc. <opensource@google.com>
csilvers
2011-07-16
1
-50
/
+86
*
* Improve debugallocation tc_malloc_size (csilvers)
csilvers
2011-03-21
1
-6
/
+13
*
* add a flag to use MAP_PRIVATE in memfs_malloc (gangren)
csilvers
2011-03-04
1
-1
/
+13
*
* Fix tcmalloc_unittest on MSVC 10 in release mode (csilvers)
csilvers
2011-02-08
1
-1
/
+23
*
* Make kHideMask use all 64 bits (ppluzhnikov)
csilvers
2011-01-19
1
-2
/
+0
*
* Suppress all large allocs when report threshold==0
csilvers
2010-11-18
1
-10
/
+13
*
Thu Aug 5 12:48:03 PDT 2010
csilvers
2010-08-05
1
-1
/
+15
*
* Add new (std::nothrow) to debugallocation (corrado)
csilvers
2010-03-23
1
-1
/
+1
*
* Make memalign && posix_memalign respect tc_set_new_mode (willchan)
csilvers
2009-12-02
1
-0
/
+15
*
* Prefer __environ to /proc/self/environ (csilvers)
csilvers
2009-12-02
1
-4
/
+40
*
* Replace usleep() and poll() with nanosleep() (glider)
csilvers
2009-11-10
1
-0
/
+130
*
* Fix Symbolize() to call pprof once, rather than once/symbol (glider)
csilvers
2009-10-27
1
-0
/
+35
*
Thu Sep 10 13:51:15 2009 Google Inc. <opensource@google.com>
csilvers
2009-09-11
1
-0
/
+27
*
Wed Mar 11 11:25:34 2009 Google Inc. <opensource@google.com>
csilvers
2009-03-11
1
-3
/
+36
*
Thu Dec 11 16:01:32 2008 Google Inc. <opensource@google.com>
csilvers
2008-12-13
1
-1
/
+47
*
Mon Jun 9 16:47:03 2008 Google Inc. <opensource@google.com>
csilvers
2008-06-14
1
-0
/
+41
*
Tue Feb 12 12:28:32 2008 Google Inc. <opensource@google.com>
csilvers
2008-02-13
1
-1
/
+1
*
Thu Nov 29 07:59:43 2007 Google Inc. <opensource@google.com>
csilvers
2007-11-29
1
-1
/
+1
[next]