Age | Commit message (Expand) | Author |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-10-28 | malloc: Use accessors for chunk metadata access | Florian Weimer |
2016-10-26 | malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] | Florian Weimer |
2016-09-06 | malloc: Automated part of conversion to __libc_lock | Florian Weimer |
2016-05-24 | malloc: Correct malloc alignment on 32-bit architectures [BZ #6527] | Florian Weimer |
2016-05-13 | malloc: Rewrite dumped heap for compatibility in __malloc_set_state | Florian Weimer |
2016-02-19 | malloc: Remove max_total_mem member form struct malloc_par | Florian Weimer |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-05-19 | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke |
2015-05-19 | Avoid deadlock in malloc on backtrace (BZ #16159) | Siddhesh Poyarekar |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-11 | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke |
2014-12-01 | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke |
2014-01-02 | Reformat malloc to gnu style. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-10 | Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset. | Ondřej Bílka |
2013-12-10 | Drop PER_THREAD conditionals from malloc. | Ondřej Bílka |
2013-12-09 | Replace malloc force_reg by atomic_forced_read. | Ondřej Bílka |
2013-11-20 | Consolidate valloc/pvalloc code. | Ondřej Bílka |
2013-10-30 | malloc: Fix for infinite loop in memalign/posix_memalign. | Will Newton |
2013-10-10 | malloc/hooks.c: Correct check for overflow in memalign_check. | Will Newton |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers |
2013-03-08 | Remove __malloc_ptr_t. | Joseph Myers |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-09-05 | Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0 | Siddhesh Poyarekar |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-01-31 | Cleanups of malloc | Ulrich Drepper |
2012-01-16 | Minor cleanups of malloc code | Ulrich Drepper |
2011-09-10 | Remove MALLOC_FAILURE_ACTION use in malloc | Ulrich Drepper |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper |
2011-09-10 | Simplify malloc code | Ulrich Drepper |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper |
2011-07-08 | (memalign_check): No need to use checked_request2size. | Ulrich Drepper |
2009-11-01 | Restore locking in free_check. | Ulrich Drepper |
2009-04-17 | (top_check): Force hook value into register. | Ulrich Drepper |
2009-04-16 | [BZ #9957] | Ulrich Drepper |
2009-04-08 | * malloc/malloc.c (_int_realloc): Add parameter with old block | Ulrich Drepper |
2009-03-13 | * config.h.in (USE_MULTIARCH): Define. | Ulrich Drepper |
2009-02-07 | (_int_realloc): Likewise. Third argument is now padded size | Ulrich Drepper |
2009-02-07 | * malloc/malloc.c (_int_free): Second argument is now mchunkptr. | Ulrich Drepper |
2008-07-15 | (__malloc_check_init): Remove printf. | Ulrich Drepper |
2007-05-21 | * malloc/hooks.c (MALLOC_STATE_VERSION): Bump. | Ulrich Drepper |
2007-05-13 | [MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is... | Ulrich Drepper |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper |
2007-07-31 | . | Jakub Jelinek |
2006-10-27 | USE_TLS support is now default. | Ulrich Drepper |
2005-11-21 | .. | Ulrich Drepper |
2005-10-12 | Correctly implement M_MXFAST. | Ulrich Drepper |
2005-04-27 | * elf/dl-close.c: Include stddef.h. | Ulrich Drepper |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper |