summaryrefslogtreecommitdiff
path: root/malloc/hooks.c
AgeCommit message (Expand)Author
2014-01-02Reformat malloc to gnu style.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-10Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka
2013-12-09Replace malloc force_reg by atomic_forced_read.Ondřej Bílka
2013-11-20Consolidate valloc/pvalloc code.Ondřej Bílka
2013-10-30malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton
2013-10-10malloc/hooks.c: Correct check for overflow in memalign_check.Will Newton
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-03-08Remove __malloc_ptr_t.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-09-05Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-31Cleanups of mallocUlrich Drepper
2012-01-16Minor cleanups of malloc codeUlrich Drepper
2011-09-10Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper
2011-09-10Simplify malloc initializationUlrich Drepper
2011-09-10Simplify malloc codeUlrich Drepper
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-07-08(memalign_check): No need to use checked_request2size.Ulrich Drepper
2009-11-01Restore 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 blockUlrich Drepper
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper
2009-02-07(_int_realloc): Likewise. Third argument is now padded sizeUlrich 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-27USE_TLS support is now default.Ulrich Drepper
2005-11-21..Ulrich Drepper
2005-10-12Correctly 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
2007-07-122.5-18.1Jakub Jelinek
2004-12-14[BZ #457]Ulrich Drepper
2004-09-09Update.Ulrich Drepper
2004-09-09Update.Ulrich Drepper
2004-08-21Update.Ulrich Drepper
2003-09-12Update.Ulrich Drepper
2003-01-27(mem2chunk_check): Check alignment of mem pointer, not of the computed chunk.Ulrich Drepper
2002-12-06* sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.Roland McGrath
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath
2002-08-25Update.Ulrich Drepper
2002-08-23* malloc/hooks.c (__malloc_initialize_hook, __free_hook,Roland McGrath
2002-08-232002-08-23 Roland McGrath <roland@redhat.com>Roland McGrath
2002-07-11Update.Ulrich Drepper