summaryrefslogtreecommitdiff
path: root/malloc/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2014-12-111-44/+35
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2014-12-011-35/+44
* Reformat malloc to gnu style.Ondřej Bílka2014-01-021-294/+354
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka2013-12-101-1/+1
* Drop PER_THREAD conditionals from malloc.Ondřej Bílka2013-12-101-4/+0
* Replace malloc force_reg by atomic_forced_read.Ondřej Bílka2013-12-091-1/+1
* Consolidate valloc/pvalloc code.Ondřej Bílka2013-11-201-0/+7
* malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton2013-10-301-0/+8
* malloc/hooks.c: Correct check for overflow in memalign_check.Will Newton2013-10-101-4/+7
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-1/+1
* Remove __malloc_ptr_t.Joseph Myers2013-03-081-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar2012-09-051-1/+30
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Cleanups of mallocUlrich Drepper2012-01-311-6/+6
* Minor cleanups of malloc codeUlrich Drepper2012-01-161-3/+3
* Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper2011-09-101-4/+4
* Simplify malloc initializationUlrich Drepper2011-09-101-2/+2
* Simplify malloc codeUlrich Drepper2011-09-101-169/+21
* Remove support for !USE___THREADUlrich Drepper2011-09-101-1/+1
* (memalign_check): No need to use checked_request2size.Ulrich Drepper2011-07-081-3/+1
* Restore locking in free_check.Ulrich Drepper2009-11-011-17/+20
* (top_check): Force hook value into register.Ulrich Drepper2009-04-171-1/+1
* [BZ #9957]Ulrich Drepper2009-04-161-6/+7
* * malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper2009-04-081-3/+23
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-5/+10
* (_int_realloc): Likewise. Third argument is now padded sizeUlrich Drepper2009-02-071-2/+5
* * malloc/malloc.c (_int_free): Second argument is now mchunkptr.Ulrich Drepper2009-02-071-8/+7
* (__malloc_check_init): Remove printf.Ulrich Drepper2008-07-151-3/+1
* * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper2007-05-211-12/+15
* [MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is...Ulrich Drepper2007-05-131-1/+10
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-2/+2
* .Jakub Jelinek2007-07-311-2/+2
* USE_TLS support is now default.Ulrich Drepper2006-10-271-2/+2
* ..Ulrich Drepper2005-11-211-2/+0
* Correctly implement M_MXFAST.Ulrich Drepper2005-10-121-1/+1
* * elf/dl-close.c: Include stddef.h.Ulrich Drepper2005-04-271-8/+37
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-38/+11
* 2.5-18.1Jakub Jelinek2007-07-121-11/+38
* [BZ #457]Ulrich Drepper2004-12-141-8/+14
* Update.Ulrich Drepper2004-09-091-1/+1
* Update.Ulrich Drepper2004-09-091-4/+4
* Update.Ulrich Drepper2004-08-211-65/+6
* Update.Ulrich Drepper2003-09-121-4/+48
* (mem2chunk_check): Check alignment of mem pointer, not of the computed chunk.Ulrich Drepper2003-01-271-2/+2
* * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.Roland McGrath2002-12-061-0/+26
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-4/+4
* Update.Ulrich Drepper2002-08-251-1/+1