summaryrefslogtreecommitdiff
path: root/src/tcmalloc.cc
Commit message (Expand)AuthorAgeFilesLines
* added tc_malloc_skip_new_handlerAliaksey Kandratsenka2014-04-011-0/+6
* issue-489: implemented API to set chromium-style de-committingAliaksey Kandratsenka2014-02-221-0/+10
* added emacs -*- mode lines for google coding styleAliaksey Kandratsenka2013-10-121-0/+1
* issue-536: do not PrintStats if running under valgrindAliaksey Kandratsenka2013-09-141-1/+5
* issue-465: Adding automagic support for __builtin_expectchappedm@gmail.com2012-12-221-11/+11
* issue-466: Clarified stats output and comments for ExtractStats() and GetThre...chappedm@gmail.com2012-12-221-3/+12
* issue-467: Fixed issue with allocation size being narrowed to 32-bitchappedm@gmail.com2012-12-221-2/+2
* issue-488: Performance improvement for initialization checkschappedm@gmail.com2012-12-221-43/+94
* issue-450: Move includes for struct mallinfo from tcmalloc.cc to tcmalloc.h t...chappedm@gmail.com2012-11-041-12/+0
* issue-477: Fix clang compilation errors regarding format specifierschappedm@gmail.com2012-11-031-1/+1
* Changing internal behaviour of tcmalloc to return an allocated size of 0 when...chappedm@gmail.com2012-04-211-0/+2
* issue-410: This set of changes exposes the central cache free list size, tran...chappedm@gmail.com2012-03-021-0/+21
* Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>csilvers2012-02-041-3/+3
* Tue Jan 31 10:43:50 2012 Google Inc. <opensource@google.com>csilvers2012-01-311-1/+9
* * PORTING: Support for patching assembly on win x86_64! (scott.fr...)csilvers2012-01-281-7/+7
* Add the magical incantations to get perftools to compilecsilvers2011-12-231-0/+3
* * Get the deallocation stack trace outside the lock (sean)csilvers2011-10-181-33/+89
* Fri Jul 15 16:10:51 2011 Google Inc. <opensource@google.com>csilvers2011-07-161-159/+46
* * Fix typos in comment in profiler.h (nrhodes)csilvers2011-05-191-199/+116
* * Improve debugallocation tc_malloc_size (csilvers)csilvers2011-03-211-11/+26
* * add a flag to use MAP_PRIVATE in memfs_malloc (gangren)csilvers2011-03-041-32/+115
* * Enhance cycleclock on ARM v6 and above (sanek)csilvers2011-03-021-16/+26
* * Make kHideMask use all 64 bits (ppluzhnikov)csilvers2011-01-191-5/+7
* * Suppress all large allocs when report threshold==0csilvers2010-11-181-33/+157
* Thu Aug 5 12:48:03 PDT 2010csilvers2010-08-051-10/+35
* * Default to not sampling in tcmalloc (csilvers)csilvers2010-06-211-50/+86
* * Update docs for heap-profiler fns (csilvers)csilvers2010-05-071-81/+46
* * Fix pthread_once extern declarations (willchan)csilvers2010-04-221-0/+1
* * Speed up IsSymbolizedProfile by checking for NUL (csilvers)csilvers2010-04-121-46/+61
* * Add new (std::nothrow) to debugallocation (corrado)csilvers2010-03-231-15/+24
* * PORTING: Revised patch_functions to avoid deadlock (csilvers, andrey)csilvers2010-01-141-2/+2
* * Make memalign && posix_memalign respect tc_set_new_mode (willchan)csilvers2009-12-021-5/+58
* * Prefer __environ to /proc/self/environ (csilvers)csilvers2009-12-021-10/+19
* * Replace usleep() and poll() with nanosleep() (glider)csilvers2009-11-101-27/+110
* * Fix Symbolize() to call pprof once, rather than once/symbol (glider)csilvers2009-10-271-0/+30
* Thu Sep 10 13:51:15 2009 Google Inc. <opensource@google.com>csilvers2009-09-111-49/+83
* Tue Jun 9 18:19:06 2009 Google Inc. <opensource@google.com>csilvers2009-06-101-121/+194
* In the case of windows with HAS_EXCEPTIONS turned off we weren't ablecsilvers2009-04-251-2/+12
* 1) Change #include "config.h" to <config.h>. This is what automakecsilvers2009-04-211-1/+1
* Fri Apr 17 16:40:48 2009 Google Inc. <opensource@google.com>csilvers2009-04-181-22/+25
* Wed Mar 11 11:25:34 2009 Google Inc. <opensource@google.com>csilvers2009-03-111-81/+80
* Thu Dec 11 16:01:32 2008 Google Inc. <opensource@google.com>csilvers2008-12-131-2398/+332
* Thu Sep 18 16:00:27 2008 Google Inc. <opensource@google.com>csilvers2008-09-191-9/+57
* Mon Jun 9 16:47:03 2008 Google Inc. <opensource@google.com>csilvers2008-06-141-54/+81
* Mon Apr 21 15:20:52 2008 Google Inc. <opensource@google.com>csilvers2008-04-221-19/+11
* Tue Feb 12 12:28:32 2008 Google Inc. <opensource@google.com>csilvers2008-02-131-97/+128
* Thu Nov 29 07:59:43 2007 Google Inc. <opensource@google.com>csilvers2007-11-291-2/+8
* * google-perftools: version 0.93 releasecsilvers2007-08-171-3/+22
* Tue Jul 17 22:26:27 2007 Google Inc. <opensource@google.com>csilvers2007-07-181-83/+175
* Fri Apr 13 14:50:51 2007 Google Inc. <opensource@google.com>csilvers2007-04-161-308/+742