| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is... | Ulrich Drepper | 2007-05-13 | 1 | -1/+10 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -2/+2 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -2/+2 |
* | USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 1 | -2/+2 |
* | .. | Ulrich Drepper | 2005-11-21 | 1 | -2/+0 |
* | Correctly implement M_MXFAST. | Ulrich Drepper | 2005-10-12 | 1 | -1/+1 |
* | * elf/dl-close.c: Include stddef.h. | Ulrich Drepper | 2005-04-27 | 1 | -8/+37 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -38/+11 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -11/+38 |
* | [BZ #457] | Ulrich Drepper | 2004-12-14 | 1 | -8/+14 |
* | Update. | Ulrich Drepper | 2004-09-09 | 1 | -1/+1 |
* | Update. | Ulrich Drepper | 2004-09-09 | 1 | -4/+4 |
* | Update. | Ulrich Drepper | 2004-08-21 | 1 | -65/+6 |
* | Update. | Ulrich Drepper | 2003-09-12 | 1 | -4/+48 |
* | (mem2chunk_check): Check alignment of mem pointer, not of the computed chunk. | Ulrich Drepper | 2003-01-27 | 1 | -2/+2 |
* | * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN. | Roland McGrath | 2002-12-06 | 1 | -0/+26 |
* | 2002-08-26 Brian Youmans <3diff@gnu.org> | Roland McGrath | 2002-08-26 | 1 | -4/+4 |
* | Update. | Ulrich Drepper | 2002-08-25 | 1 | -1/+1 |
* | * malloc/hooks.c (__malloc_initialize_hook, __free_hook, | Roland McGrath | 2002-08-23 | 1 | -34/+0 |
* | 2002-08-23 Roland McGrath <roland@redhat.com> | Roland McGrath | 2002-08-23 | 1 | -13/+24 |
* | Update. | Ulrich Drepper | 2002-07-11 | 1 | -6/+5 |