aboutsummaryrefslogtreecommitdiff
path: root/malloc/hooks.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-23* malloc/hooks.c (__malloc_initialize_hook, __free_hook,Roland McGrath1-34/+0
2002-08-232002-08-23 Roland McGrath <roland@redhat.com>Roland McGrath1-13/+24
2002-07-11Update.Ulrich Drepper1-6/+5
2002-07-11Update.Ulrich Drepper1-0/+2
2002-04-04Update.Ulrich Drepper1-0/+6
2002-02-07* malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.Roland McGrath1-3/+3
2002-01-29Update.Ulrich Drepper1-0/+631