about summary refs log tree commit diff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Updated to fedora-glibc-20060306T0720Jakub Jelinek2006-03-061-1/+9
* * malloc/malloc.c (MALLOC_ALIGNMENT): Set to __alignof__ (long double)Jakub Jelinek2006-03-021-6/+12
* Updated to fedora-glibc-20051219T1003 cvs/fedora-glibc-2_3_90-19Jakub Jelinek2005-12-191-1/+0
* Updated to fedora-glibc-20051115T0809Jakub Jelinek2005-11-151-4/+16
* Updated to fedora-glibc-20051020T0651Jakub Jelinek2005-10-201-24/+33
* Updated to fedora-glibc-20051003T2040Jakub Jelinek2005-10-031-1/+1
* * malloc.c (struct malloc_chunk): Fix comment typo.Jakub Jelinek2005-09-121-3/+7
* Updated to fedora-glibc-20050324T0715 cvs/fedora-glibc-2_3_4-17Jakub Jelinek2005-03-241-3/+3
* Updated to fedora-glibc-20050319T1907 cvs/fedora-glibc-2_3_4-15Jakub Jelinek2005-03-191-17/+68
* Updated to fedora-glibc-20050302T1820Jakub Jelinek2005-03-031-3/+4
* Updated to fedora-glibc-20050208T0948 cvs/fedora-glibc-2_3_4-6Jakub Jelinek2005-02-081-3/+5
* Updated to fedora-glibc-20041213T2323 cvs/fedora-glibc-2_3_3-91Jakub Jelinek2004-12-131-16/+29
* Updated to fedora-glibc-20041210T0634Jakub Jelinek2004-12-101-2/+13
* Updated to fedora-glibc-20041120T0949Jakub Jelinek2004-11-201-3/+10
* chunksize(x) => x->sizeJakub Jelinek2004-11-191-2/+2
* Another version of the free checks.Jakub Jelinek2004-11-191-2/+7
* MINSIZE => 2 * SIZE_SZJakub Jelinek2004-11-161-1/+2
* * malloc/malloc.c (_int_free): Further free () protection checks.Jakub Jelinek2004-11-151-0/+8
* Updated to fedora-glibc-20041115T0915Jakub Jelinek2004-11-151-193/+161
* Updated to fedora-glibc-20041102T1153Jakub Jelinek2004-11-021-7/+19
* Updated to fedora-glibc-20041014T0548Jakub Jelinek2004-10-141-1/+5
* Updated to fedora-glibc-20041012T1128 cvs/fedora-glibc-2_3_3-67Jakub Jelinek2004-10-121-0/+4
* Updated to fedora-glibc-20041004T0747 cvs/fedora-glibc-2_3_3-64Jakub Jelinek2004-10-041-2/+18
* Updated to fedora-glibc-20040925T0738Jakub Jelinek2004-09-251-1/+8
* nt_free): Only do arena boundary check for contiguous arenas.Ulrich Drepper2004-09-101-2/+3
* Update.Ulrich Drepper2004-09-091-7/+14
* (_int_free): Add inexpensive double free and memory corruption tests. (malloc...Ulrich Drepper2004-09-091-24/+50
* Update.Ulrich Drepper2004-09-091-0/+7
* Update.Ulrich Drepper2004-09-081-13/+10
* Update.Ulrich Drepper2004-08-211-15/+46
* Update.Ulrich Drepper2004-08-131-10/+12
* Update.Ulrich Drepper2004-03-191-1/+3
* Update.Ulrich Drepper2004-03-051-3/+26
* Update.Ulrich Drepper2003-12-171-1/+9
* Update.Ulrich Drepper2003-09-301-2/+3
* Update.Ulrich Drepper2003-09-231-0/+2
* Update.Ulrich Drepper2003-09-121-1/+21
* Update.Ulrich Drepper2003-09-081-5/+6
* Update.Ulrich Drepper2003-08-191-2/+8
* Update.Ulrich Drepper2003-08-191-0/+7
* Update.Ulrich Drepper2003-06-181-0/+2
* Update.Ulrich Drepper2003-05-011-0/+2
* (mEMALIGn): Define alias __memalign_internal. (__posix_memalign): Use __memal...Ulrich Drepper2003-04-301-3/+4
* Update.Ulrich Drepper2003-01-301-1/+1
* * include/fcntl.h: Declare __libc_creat.Roland McGrath2003-01-131-14/+14
* Update.Ulrich Drepper2003-01-071-14/+14
* Update.Ulrich Drepper2002-12-181-0/+2
* * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.Roland McGrath2002-12-061-0/+11
* * malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining.Roland McGrath2002-09-291-0/+1
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-4/+4