aboutsummaryrefslogtreecommitdiff
path: root/malloc/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-11Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke1-44/+35
2014-12-01Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke1-35/+44
2014-01-02Reformat malloc to gnu style.Ondřej Bílka1-294/+354
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-10Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka1-1/+1
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka1-4/+0
2013-12-09Replace malloc force_reg by atomic_forced_read.Ondřej Bílka1-1/+1
2013-11-20Consolidate valloc/pvalloc code.Ondřej Bílka1-0/+7
2013-10-30malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton1-0/+8
2013-10-10malloc/hooks.c: Correct check for overflow in memalign_check.Will Newton1-4/+7
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-1/+1
2013-03-08Remove __malloc_ptr_t.Joseph Myers1-3/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-09-05Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar1-1/+30
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-31Cleanups of mallocUlrich Drepper1-6/+6
2012-01-16Minor cleanups of malloc codeUlrich Drepper1-3/+3
2011-09-10Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper1-4/+4
2011-09-10Simplify malloc initializationUlrich Drepper1-2/+2
2011-09-10Simplify malloc codeUlrich Drepper1-169/+21
2011-09-10Remove support for !USE___THREADUlrich Drepper1-1/+1
2011-07-08(memalign_check): No need to use checked_request2size.Ulrich Drepper1-3/+1
2009-11-01Restore locking in free_check.Ulrich Drepper1-17/+20
2009-04-17(top_check): Force hook value into register.Ulrich Drepper1-1/+1
2009-04-16[BZ #9957]Ulrich Drepper1-6/+7
2009-04-08* malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper1-3/+23
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper1-5/+10
2009-02-07(_int_realloc): Likewise. Third argument is now padded sizeUlrich Drepper1-2/+5
2009-02-07* malloc/malloc.c (_int_free): Second argument is now mchunkptr.Ulrich Drepper1-8/+7
2008-07-15(__malloc_check_init): Remove printf.Ulrich Drepper1-3/+1
2007-05-21* malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper1-12/+15
2007-05-13[MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is...Ulrich Drepper1-1/+10
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-2/+2
2007-07-31.Jakub Jelinek1-2/+2
2006-10-27USE_TLS support is now default.Ulrich Drepper1-2/+2
2005-11-21..Ulrich Drepper1-2/+0
2005-10-12Correctly implement M_MXFAST.Ulrich Drepper1-1/+1
2005-04-27* elf/dl-close.c: Include stddef.h.Ulrich Drepper1-8/+37
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-38/+11
2007-07-122.5-18.1Jakub Jelinek1-11/+38
2004-12-14[BZ #457]Ulrich Drepper1-8/+14
2004-09-09Update.Ulrich Drepper1-1/+1
2004-09-09Update.Ulrich Drepper1-4/+4
2004-08-21Update.Ulrich Drepper1-65/+6
2003-09-12Update.Ulrich Drepper1-4/+48
2003-01-27(mem2chunk_check): Check alignment of mem pointer, not of the computed chunk.Ulrich Drepper1-2/+2
2002-12-06* sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.Roland McGrath1-0/+26
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath1-4/+4
2002-08-25Update.Ulrich Drepper1-1/+1