Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-31 | Add framework for tunables | Siddhesh Poyarekar | 1 | -0/+54 |
2016-10-28 | malloc: Use accessors for chunk metadata access | Florian Weimer | 1 | -3/+3 |
2016-09-21 | malloc: Manual part of conversion to __libc_lock | Florian Weimer | 1 | -3/+3 |
2016-09-06 | malloc: Automated part of conversion to __libc_lock | Florian Weimer | 1 | -26/+26 |
2016-08-02 | malloc: Preserve arena free list/thread count invariant [BZ #20370] | Florian Weimer | 1 | -5/+36 |
2016-06-21 | malloc: Avoid premature fallback to mmap [BZ #20284] | Florian Weimer | 1 | -6/+4 |
2016-06-20 | Revert __malloc_initialize_hook symbol poisoning | Florian Weimer | 1 | -1/+1 |
2016-06-10 | malloc: Remove __malloc_initialize_hook from the API [BZ #19564] | Florian Weimer | 1 | -1/+3 |
2016-04-14 | malloc: Add missing internal_function attributes on function definitions | Florian Weimer | 1 | -0/+3 |
2016-04-14 | malloc: Remove malloc hooks from fork handler | Florian Weimer | 1 | -117/+8 |
2016-04-14 | malloc: Run fork handler as late as possible [BZ #19431] | Florian Weimer | 1 | -41/+17 |
2016-02-19 | malloc: Remove NO_THREADS | Florian Weimer | 1 | -3/+0 |
2016-02-19 | malloc: Remove arena_mem variable | Florian Weimer | 1 | -6/+0 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-12-23 | malloc: Update comment for list_lock | Florian Weimer | 1 | -3/+4 |
2015-12-21 | malloc: Fix list_lock/arena lock deadlock [BZ #19182] | Florian Weimer | 1 | -15/+51 |
2015-12-16 | malloc: Fix attached thread reference count handling [BZ #19243] | Florian Weimer | 1 | -4/+8 |
2015-11-24 | Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code | Florian Weimer | 1 | -1/+1 |
2015-10-28 | malloc: Prevent arena free_list from turning cyclic [BZ #19048] | Florian Weimer | 1 | -5/+65 |
2015-10-17 | malloc: Rewrite with explicit TLS access using __thread | Florian Weimer | 1 | -29/+19 |
2015-10-07 | malloc: Consistently apply trim_threshold to all heaps (Bug 17195) | Carlos O'Donell | 1 | -2/+8 |
2015-08-24 | Don't use the main arena in retry path if it is corrupt | Siddhesh Poyarekar | 1 | -0/+4 |
2015-08-24 | Drop unused first argument from arena_get2 | Siddhesh Poyarekar | 1 | -5/+3 |
2015-06-26 | malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ... | Mel Gorman | 1 | -1/+1 |
2015-05-19 | Avoid deadlock in malloc on backtrace (BZ #16159) | Siddhesh Poyarekar | 1 | -4/+18 |
2015-04-02 | malloc: Consistently apply trim_threshold to all heaps [BZ #17195] | Mel Gorman | 1 | -3/+10 |
2015-02-17 | Use alignment macros, pagesize and powerof2. | Carlos O'Donell | 1 | -4/+4 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -4/+4 |
2014-02-10 | Remove THREAD_STATS. | Ondřej Bílka | 1 | -20/+0 |
2014-01-02 | Reformat malloc to gnu style. | Ondřej Bílka | 1 | -373/+418 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-12-10 | Drop PER_THREAD conditionals from malloc. | Ondřej Bílka | 1 | -76/+0 |
2013-12-09 | Replace malloc force_reg by atomic_forced_read. | Ondřej Bílka | 1 | -1/+1 |
2013-09-20 | Add malloc probes for sbrk and heap resizing. | Alexandre Oliva | 1 | -0/+4 |
2013-09-20 | Add catch-all alloc retry probe. | Alexandre Oliva | 1 | -0/+1 |
2013-09-20 | Add probes for malloc arena changes. | Alexandre Oliva | 1 | -0/+5 |
2013-09-20 | Add first set of memory probes. | Alexandre Oliva | 1 | -0/+1 |
2013-03-08 | Remove __malloc_ptr_t. | Joseph Myers | 1 | -5/+3 |
2013-01-17 | Add HAVE_MREMAP for mremap usage | Pino Toscano | 1 | -3/+0 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-10-04 | Name space hygeine for madvise. | Roland McGrath | 1 | -1/+1 |
2012-09-25 | Shrink heap on linux when overcommit_memory == 2 | Siddhesh Poyarekar | 1 | -3/+6 |
2012-09-24 | Properly handle fencepost with MALLOC_ALIGN_MASK | H.J. Lu | 1 | -3/+7 |
2012-09-07 | Cleanup code duplication in malloc on fallback to use another arena | Siddhesh Poyarekar | 1 | -0/+21 |
2012-09-05 | * malloc/arena.c: Fold copyright years. | Alexandre Oliva | 1 | -2/+1 |
2012-08-17 | Make malloc build for no-threads configurations. | Roland McGrath | 1 | -4/+8 |
2012-08-10 | Fix whitespace problems detected by commit hooks. | Jeff Law | 1 | -1/+1 |
2012-08-10 | [BZ #13939] | Jeff Law | 1 | -6/+13 |