| Commit message (Expand) | Author | Age | Files | Lines |
* | malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741) | Adhemerval Zanella | 2019-04-18 | 1 | -7/+10 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | malloc: Update heap dumping/undumping comments [BZ #23351] | Florian Weimer | 2018-06-29 | 1 | -36/+6 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052] | H.J. Lu | 2017-10-15 | 1 | -0/+7 |
* | malloc: Remove the internal_function attribute | Florian Weimer | 2017-08-31 | 1 | -2/+0 |
* | malloc: Change top_check return type to void | Florian Weimer | 2017-08-31 | 1 | -14/+12 |
* | malloc: Remove check_action variable [BZ #21754] | Florian Weimer | 2017-08-30 | 1 | -50/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | malloc: Use accessors for chunk metadata access | Florian Weimer | 2016-10-28 | 1 | -4/+4 |
* | malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] | Florian Weimer | 2016-10-26 | 1 | -49/+14 |
* | malloc: Automated part of conversion to __libc_lock | Florian Weimer | 2016-09-06 | 1 | -14/+14 |
* | malloc: Correct malloc alignment on 32-bit architectures [BZ #6527] | Florian Weimer | 2016-05-24 | 1 | -1/+1 |
* | malloc: Rewrite dumped heap for compatibility in __malloc_set_state | Florian Weimer | 2016-05-13 | 1 | -100/+50 |
* | malloc: Remove max_total_mem member form struct malloc_par | Florian Weimer | 2016-02-19 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 2015-05-19 | 1 | -24/+38 |
* | Avoid deadlock in malloc on backtrace (BZ #16159) | Siddhesh Poyarekar | 2015-05-19 | 1 | -4/+8 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 2014-12-11 | 1 | -44/+35 |
* | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 2014-12-01 | 1 | -35/+44 |
* | Reformat malloc to gnu style. | Ondřej Bílka | 2014-01-02 | 1 | -294/+354 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset. | Ondřej Bílka | 2013-12-10 | 1 | -1/+1 |
* | Drop PER_THREAD conditionals from malloc. | Ondřej Bílka | 2013-12-10 | 1 | -4/+0 |
* | Replace malloc force_reg by atomic_forced_read. | Ondřej Bílka | 2013-12-09 | 1 | -1/+1 |
* | Consolidate valloc/pvalloc code. | Ondřej Bílka | 2013-11-20 | 1 | -0/+7 |
* | malloc: Fix for infinite loop in memalign/posix_memalign. | Will Newton | 2013-10-30 | 1 | -0/+8 |
* | malloc/hooks.c: Correct check for overflow in memalign_check. | Will Newton | 2013-10-10 | 1 | -4/+7 |
* | Use (void) in no-arguments function definitions. | Joseph Myers | 2013-06-08 | 1 | -1/+1 |
* | Remove __malloc_ptr_t. | Joseph Myers | 2013-03-08 | 1 | -3/+3 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0 | Siddhesh Poyarekar | 2012-09-05 | 1 | -1/+30 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Cleanups of malloc | Ulrich Drepper | 2012-01-31 | 1 | -6/+6 |
* | Minor cleanups of malloc code | Ulrich Drepper | 2012-01-16 | 1 | -3/+3 |
* | Remove MALLOC_FAILURE_ACTION use in malloc | Ulrich Drepper | 2011-09-10 | 1 | -4/+4 |
* | Simplify malloc initialization | Ulrich Drepper | 2011-09-10 | 1 | -2/+2 |
* | Simplify malloc code | Ulrich Drepper | 2011-09-10 | 1 | -169/+21 |
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 1 | -1/+1 |
* | (memalign_check): No need to use checked_request2size. | Ulrich Drepper | 2011-07-08 | 1 | -3/+1 |
* | Restore locking in free_check. | Ulrich Drepper | 2009-11-01 | 1 | -17/+20 |
* | (top_check): Force hook value into register. | Ulrich Drepper | 2009-04-17 | 1 | -1/+1 |
* | [BZ #9957] | Ulrich Drepper | 2009-04-16 | 1 | -6/+7 |
* | * malloc/malloc.c (_int_realloc): Add parameter with old block | Ulrich Drepper | 2009-04-08 | 1 | -3/+23 |
* | * config.h.in (USE_MULTIARCH): Define. | Ulrich Drepper | 2009-03-13 | 1 | -5/+10 |
* | (_int_realloc): Likewise. Third argument is now padded size | Ulrich Drepper | 2009-02-07 | 1 | -2/+5 |
* | * malloc/malloc.c (_int_free): Second argument is now mchunkptr. | Ulrich Drepper | 2009-02-07 | 1 | -8/+7 |
* | (__malloc_check_init): Remove printf. | Ulrich Drepper | 2008-07-15 | 1 | -3/+1 |
* | * malloc/hooks.c (MALLOC_STATE_VERSION): Bump. | Ulrich Drepper | 2007-05-21 | 1 | -12/+15 |