summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* issue-385: as of gcc 4.6 we now need to enable frame pointers for i386 platfo...chappedm@gmail.com2012-05-161-1/+5
* Changing internal behaviour of tcmalloc to return an allocated size of 0 when...chappedm@gmail.com2012-04-211-0/+2
* Adding in further support for 64-bit NoBarrier_Load on windowschappedm@gmail.com2012-04-211-23/+14
* issue-405: Added a tunable to the heap checker that allows the heap checker e...chappedm@gmail.com2012-03-031-1/+6
* issue-410: This set of changes exposes the central cache free list size, tran...chappedm@gmail.com2012-03-022-0/+41
* This file is in the tarball, but I forgot to put it in svn as well.csilvers2012-02-211-0/+123
* Url-typo in the latest NEWS message.csilvers2012-02-041-1/+1
* Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>csilvers2012-02-04112-3185/+4384
* Last of the remnant empty directories that I don't know why they're there.csilvers2012-02-040-0/+0
* This directory got renamed tmu-static a long time ago. Get rid ofcsilvers2012-02-040-0/+0
* Apparently I'm not good at deleting files from svn after they're nocsilvers2012-02-042-188/+0
* I have no idea why I created this directory, but it's never beencsilvers2012-02-040-0/+0
* This file has been obsolete for almost a year now; I just forgot tocsilvers2012-02-041-234/+0
* Tue Jan 31 10:43:50 2012 Google Inc. <opensource@google.com>csilvers2012-01-3120-340/+641
* * PORTING: Support for patching assembly on win x86_64! (scott.fr...)csilvers2012-01-2832-1359/+1916
* Ready to release perftools 1.9.1 :-/csilvers2011-12-245-20/+32
* Thu Dec 22 16:22:45 2011 Google Inc. <opensource@google.com>csilvers2011-12-238-44/+146
* Add the magical incantations to get perftools to compilecsilvers2011-12-233-4/+8
* In my testing for a new release, I was noticing hangs oncsilvers2011-12-231-0/+4
* We use mmx instructions now in perftools, so specify -xmms forcsilvers2011-12-232-98/+108
* * Fix ARM cycleclock to use volatile asm (dougkwan)csilvers2011-12-207-22/+33
* Added additional SYS_mmap fixes for FreeBSD due to syscall differences betwee...chappedm@gmail.com2011-11-301-1/+6
* * Eliminate some TSAN warnings (wilsonh)csilvers2011-11-225-47/+230
* Fix bad #include paths.csilvers2011-11-172-2/+2
* Some linux_syscall_support.h improvements:csilvers2011-11-161-35/+74
* * Check for mingw compilers that *do* define timespeccsilvers2011-11-1625-278/+711
* * Get the deallocation stack trace outside the lock (sean)csilvers2011-10-1847-1159/+1384
* Fri Aug 26 13:29:25 2011 Google Inc. <opensource@google.com>csilvers2011-08-267-21/+45
* Thu Aug 11 15:01:47 2011 Google Inc. <opensource@google.com>csilvers2011-08-116-22/+40
* Fix #includes for ARM.csilvers2011-08-111-2/+1
* Tue Jul 26 20:57:51 2011 Google Inc. <opensource@google.com>csilvers2011-07-279-38/+41
* Fri Jul 15 16:10:51 2011 Google Inc. <opensource@google.com>csilvers2011-07-1670-1478/+3456
* * Fix typos in comment in profiler.h (nrhodes)csilvers2011-05-1961-658/+1575
* * Improve debugallocation tc_malloc_size (csilvers)csilvers2011-03-2123-387/+1549
* * add a flag to use MAP_PRIVATE in memfs_malloc (gangren)csilvers2011-03-0412-82/+216
* * Enhance cycleclock on ARM v6 and above (sanek)csilvers2011-03-0226-612/+921
* * avoid unused-var warnings with annotalysis (lcwu)csilvers2011-02-192-9/+11
* * Fix tcmalloc_unittest on MSVC 10 in release mode (csilvers)csilvers2011-02-083-3/+44
* Fri Feb 04 15:54:31 2011 Google Inc. <opensource@google.com>csilvers2011-02-0525-181/+390
* * Make kHideMask use all 64 bits (ppluzhnikov)csilvers2011-01-1913-88/+188
* * PORTING: Add PERFTOOLS_DLL_DECL to malloc_hook_c.h (csilvers)csilvers2010-11-243-12/+54
* * Suppress all large allocs when report threshold==0csilvers2010-11-1863-20134/+20757
* Thu Aug 5 12:48:03 PDT 2010csilvers2010-08-0535-378/+420
* Oops, I thought I had done this last time, but maybe not. Submit thecsilvers2010-06-231-99/+104
* * Default to not sampling in tcmalloc (csilvers)csilvers2010-06-2131-308/+532
* * Update docs for heap-profiler fns (csilvers)csilvers2010-05-0722-211/+394
* * Fix pthread_once extern declarations (willchan)csilvers2010-04-224-14/+36
* * Speed up IsSymbolizedProfile by checking for NUL (csilvers)csilvers2010-04-1212-221/+888
* * Add new (std::nothrow) to debugallocation (corrado)csilvers2010-03-2338-1431/+5372
* * Speed up patching by not patching modules that are already loadedcsilvers2010-02-112-147/+189