summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* issue-430: Introduces 8-byte alignment support for tcmallocchappedm@gmail.com2012-11-043-7/+19
* issue-476: Amendment to r152:issue-437 to fix a build error due to PR_SET_TRA...chappedm@gmail.com2012-11-031-5/+9
* issue-477: Fix clang compilation errors regarding format specifierschappedm@gmail.com2012-11-0312-66/+66
* issue-478: Added the heap profiler tunnable setting HEAP_PROFILER_TIME_INTERV...chappedm@gmail.com2012-11-031-0/+14
* issue-479: Replaced sscanf usage while iterating proc maps entries to fix a d...chappedm@gmail.com2012-11-031-7/+148
* issue-481: Replaced test mechanism for distinct address spaces with a more re...chappedm@gmail.com2012-11-031-20/+20
* issue-417: This commit removed the fatal error message printed along with the...chappedm@gmail.com2012-10-281-1/+0
* issue-411: This commit adds additional logging to the cpu profiler to warn wh...chappedm@gmail.com2012-10-282-6/+27
* issue-405: backed out original commit made in revision 147 due to the fact th...chappedm@gmail.com2012-10-281-6/+1
* issue-442: Fixes an issue encountered on PPC with undefined conversions from ...chappedm@gmail.com2012-09-181-0/+19
* Adding support for CPU frequencies for Linux on PowerPCchappedm@gmail.com2012-09-181-0/+17
* issue-446: Fixes compatability issues in malloc_hook_test for PPC64chappedm@gmail.com2012-09-181-11/+11
* issue-458: Optimizes malloc hooks for weakly consistent memory architectureschappedm@gmail.com2012-09-181-2/+2
* issue-456: Adds support for CACHELINE_ALIGNED values for PPCchappedm@gmail.com2012-09-181-2/+6
* issue-455: Adds another size for large pages in tcmalloc through the new defi...chappedm@gmail.com2012-09-181-0/+3
* issue-457: Fixed an issue where the 'getpc' testcase was using the wrong PPC6...chappedm@gmail.com2012-09-181-1/+1
* issue-453 Added support to get the timebase register value using just one ins...chappedm@gmail.com2012-09-181-7/+16
* issue-437 Fixed issues related to new glibc shipped with Ubuntu 10.10chappedm@gmail.com2012-09-182-31/+60
* 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
* Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>csilvers2012-02-0471-1689/+2248
* Apparently I'm not good at deleting files from svn after they're nocsilvers2012-02-042-188/+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-319-331/+354
* * PORTING: Support for patching assembly on win x86_64! (scott.fr...)csilvers2012-01-2828-1343/+1889
* Thu Dec 22 16:22:45 2011 Google Inc. <opensource@google.com>csilvers2011-12-232-3/+3
* 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
* * 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-1622-229/+658
* * Get the deallocation stack trace outside the lock (sean)csilvers2011-10-1841-473/+690
* Fri Aug 26 13:29:25 2011 Google Inc. <opensource@google.com>csilvers2011-08-263-9/+9
* Thu Aug 11 15:01:47 2011 Google Inc. <opensource@google.com>csilvers2011-08-112-3/+3
* Fix #includes for ARM.csilvers2011-08-111-2/+1
* Tue Jul 26 20:57:51 2011 Google Inc. <opensource@google.com>csilvers2011-07-275-9/+5
* Fri Jul 15 16:10:51 2011 Google Inc. <opensource@google.com>csilvers2011-07-1657-1112/+2771
* * Fix typos in comment in profiler.h (nrhodes)csilvers2011-05-1952-587/+1148
* * Improve debugallocation tc_malloc_size (csilvers)csilvers2011-03-2119-372/+1313
* * add a flag to use MAP_PRIVATE in memfs_malloc (gangren)csilvers2011-03-049-80/+207
* * Enhance cycleclock on ARM v6 and above (sanek)csilvers2011-03-0222-523/+787
* * avoid unused-var warnings with annotalysis (lcwu)csilvers2011-02-192-9/+11
* * Fix tcmalloc_unittest on MSVC 10 in release mode (csilvers)csilvers2011-02-082-2/+32
* Fri Feb 04 15:54:31 2011 Google Inc. <opensource@google.com>csilvers2011-02-0516-141/+153