summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* issue-567: Allows for overriding system allocator on WindowsPetr Hosek2013-09-212-63/+159
* Exports SysAllocator class to avoid .dll build errorsPetr Hosek2013-09-211-1/+1
* issue-557: added support for dumping heap profile via signalAliaksey Kandratsenka2013-09-141-0/+22
* issue-536: do not PrintStats if running under valgrindAliaksey Kandratsenka2013-09-141-1/+5
* issue-564: added atomic ops support for mips{,64}Aliaksey Kandratsenka2013-09-095-0/+417
* issue-560: Revert "issue-481: ...Aliaksey Kandratsenka2013-08-171-19/+19
* issue-561: don't cast function pointer to void *Aliaksey Kandratsenka2013-08-171-3/+3
* issue-502: Count m(un)map for each stacktrace in MemoryRegionMapAliaksey Kandratsenka2013-08-047-226/+440
* Fix a C++11 error.alkondratenko@gmail.com2013-07-311-1/+1
* bump version to 2.1alkondratenko@gmail.com2013-07-302-5/+5
* issue-559: don't setup fork handler in InitStaticVarsalkondratenko@gmail.com2013-07-301-1/+3
* issue-559: don't depend on sighandler_talkondratenko@gmail.com2013-07-301-19/+8
* issue-559: AtomicWord xxx_AtomicExchange are all inlinealkondratenko@gmail.com2013-07-301-4/+4
* issue-556: update windows PACKAGE_{VERSION,STRING}alkondratenko@gmail.com2013-07-261-2/+2
* issue-556: dll-export getpagesizealkondratenko@gmail.com2013-07-262-1/+2
* issue-556: drop malloc limit at the end of page_heap_testalkondratenko@gmail.com2013-07-261-0/+7
* issue-556: dll-export TCMalloc_System{Alloc,Release}alkondratenko@gmail.com2013-07-262-5/+9
* issue-552: Fix page_heap_test for system with different page sizealkondratenko@gmail.com2013-07-261-1/+4
* issue-553: Fix syscall wrapper for PowerPCalkondratenko@gmail.com2013-07-266-172/+234
* bump version number for 2.1rcalkondratenko@gmail.com2013-07-201-2/+2
* issue-546: fixed return type of Release_AtomicExchange on arm6+alkondratenko@gmail.com2013-07-201-1/+1
* issue-549: handle most recent mingw that has sleep and nanosleepalkondratenko@gmail.com2013-07-201-0/+14
* issue-550: remove config.h.inalkondratenko@gmail.com2013-07-141-280/+0
* issue-534: fixed a number of gcc warningsalkondratenko@gmail.com2013-07-065-6/+12
* issue-528: fixed spellingalkondratenko@gmail.com2013-07-068-8/+8
* issue-518: add support for x32 ABI to linux_syscall_support.halkondratenko@gmail.com2013-05-121-56/+141
* issue-368: allocate enough bytes for large metadata allocationsalkondratenko@gmail.com2013-05-071-1/+1
* issue-368: added missing large_heap_fragmentation_unittest.ccalkondratenko@gmail.com2013-05-071-0/+62
* issue-511: fixed negative offset handling for conditional jumpsalkondratenko@gmail.com2013-05-071-1/+3
* issue-511: recognise rex.w jmpq *<literal>(%rip) as iat jumpalkondratenko@gmail.com2013-05-071-0/+13
* issue-511: implemented rel8 jump patchingalkondratenko@gmail.com2013-05-073-0/+49
* issue-{368,443}: allocate metadata in big batchesalkondratenko@gmail.com2013-05-061-4/+49
* issue-368: unmap free spans and retry before growing heapalkondratenko@gmail.com2013-05-061-0/+34
* issue-510: remove duplicate arm #elifalkondratenko@gmail.com2013-04-011-2/+0
* issue-506: fixed bogus unit test failurealkondratenko@gmail.com2013-03-111-2/+13
* issue-504: don't try to typedef pid_t on mingwalkondratenko@gmail.com2013-03-112-0/+5
* issue-504: use gcc inline assembly atomic ops on mingwalkondratenko@gmail.com2013-03-111-2/+2
* issue-504: use lowercase windows includes for mingw x-compilationalkondratenko@gmail.com2013-03-112-2/+2
* issue-425: Fixed tcmalloc unittest crashes for windows buildschappedm@gmail.com2013-03-111-2/+2
* issue-493: Fix for building against ARM targetschappedm@gmail.com2013-03-112-0/+10
* issue-496: Fixes an issue where tcmalloc might deadlock in a thread calling forkchappedm@gmail.com2013-03-103-0/+49
* issue-491: Significant performance improvement for spin lock contentionchappedm@gmail.com2013-03-101-8/+2
* issue-490: Added support for acquire/release atomic exchangechappedm@gmail.com2013-03-108-50/+281
* issue-443: Increase the number of objects transferred between thread cache an...chappedm@gmail.com2013-03-103-3/+93
* 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-224-28/+22
* 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