summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix getpc_test for PPC64v2 LEat7_0-releaseAdhemerval Zanella2014-02-021-2/+4
* Add support for PPC64LE in configureAdhemerval Zanella2014-02-021-0/+6
* issue-491: Fix lost wakeups in spinlockAdhemerval Zanella2014-02-021-8/+2
* issue-490: Add support to {Acquire,Release}_AtomicExchangeAdhemerval Zanella2014-02-028-50/+281
* Fix compiler warningsAdhemerval Zanella2014-02-024-4/+5
* issue-496: Fix possible deadlock in thread+forkAdhemerval Zanella2014-02-025-0/+58
* Update README with PowerPC specifics notesAdhemerval Zanella2014-02-021-0/+20
* issue-443: Tune object number transfered between listsAdhemerval Zanella2014-02-025-64/+163
* Fix page_heap testcase for 64K pagesAdhemerval Zanella2014-02-021-3/+3
* RSS usage tuning for 64K pagesAdhemerval Zanella2014-02-021-0/+10
* issue-461: Fix to malloc_extension.h so that it builds with -std=gnu++98chappedm@gmail.com2012-12-221-1/+1
* issue-465: Adding automagic support for __builtin_expectchappedm@gmail.com2012-12-226-28/+57
* issue-466: Clarified stats output and comments for ExtractStats() and GetThre...chappedm@gmail.com2012-12-222-7/+16
* issue-467: Fixed issue with allocation size being narrowed to 32-bitchappedm@gmail.com2012-12-221-2/+2
* issue-470: Allows the default system allocator to be overiddenchappedm@gmail.com2012-12-221-1/+8
* issue-482: Adds support for CACHELINE_ALIGNED value for arm based deviceschappedm@gmail.com2012-12-221-0/+2
* issue-488: Performance improvement for initialization checkschappedm@gmail.com2012-12-224-57/+160
* issue-483: Speed up accesses to ClassIndex()chappedm@gmail.com2012-12-222-12/+32
* issue-452: Adds a control mechanism to the cpu profiler to be switched on and...chappedm@gmail.com2012-11-052-11/+101
* issue-451: Fixed incorrect assembly for 64-bit barrier load and store on wind...chappedm@gmail.com2012-11-041-14/+18
* issue-450: Move includes for struct mallinfo from tcmalloc.cc to tcmalloc.h t...chappedm@gmail.com2012-11-042-13/+11
* issue-449: Disables mmap check when cross compiling since it is meaningless a...chappedm@gmail.com2012-11-042-2/+15
* issue-448: New environment setting that allows you to set an explicit heap limitchappedm@gmail.com2012-11-047-39/+244
* issue-445: Fix for wrong cmpx instruction in OSAtomicCompareAndSwap64 for ppc64chappedm@gmail.com2012-11-041-1/+1
* issue-444: Fix for invalid conversion build error in signal handler codechappedm@gmail.com2012-11-041-4/+3
* issue-430: Introduces 8-byte alignment support for tcmallocchappedm@gmail.com2012-11-043-7/+19
* issue-473: Fix for make install error regarding src/windows/google/tcmalloc.hchappedm@gmail.com2012-11-042-108/+106
* issue-475: Re-applying changes made originally for r150 and r151chappedm@gmail.com2012-11-046-291/+549
* issue-475: Amend of r151 and r150chappedm@gmail.com2012-11-0417-7772/+6022
* 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-032-1/+24
* 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
* amend-r165: forgot to regenrate configure and Makefile.inchappedm@gmail.com2012-11-032-6/+4
* issue-480: duplicate of issue-385 fixed in r150 however some of the comments ...chappedm@gmail.com2012-11-032-7/+4
* issue-424: Updated heap profiler documentation that had mispelling for the he...chappedm@gmail.com2012-10-281-1/+1
* 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
* issue-385: updates to automake to pick up the explicit setting of the -fno-om...chappedm@gmail.com2012-05-1617-6396/+8191