summaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)Author
2006-03-02 * malloc/malloc.c (MALLOC_ALIGNMENT): Set to __alignof__ (long double)Jakub Jelinek
2005-12-19Updated to fedora-glibc-20051219T1003cvs/fedora-glibc-2_3_90-19Jakub Jelinek
2005-11-15Updated to fedora-glibc-20051115T0809Jakub Jelinek
2005-10-20Updated to fedora-glibc-20051020T0651Jakub Jelinek
2005-10-03Updated to fedora-glibc-20051003T2040Jakub Jelinek
2005-09-12 * malloc.c (struct malloc_chunk): Fix comment typo.Jakub Jelinek
2005-03-24Updated to fedora-glibc-20050324T0715cvs/fedora-glibc-2_3_4-17Jakub Jelinek
2005-03-19Updated to fedora-glibc-20050319T1907cvs/fedora-glibc-2_3_4-15Jakub Jelinek
2005-03-03Updated to fedora-glibc-20050302T1820Jakub Jelinek
2005-02-08Updated to fedora-glibc-20050208T0948cvs/fedora-glibc-2_3_4-6Jakub Jelinek
2004-12-13Updated to fedora-glibc-20041213T2323cvs/fedora-glibc-2_3_3-91Jakub Jelinek
2004-12-10Updated to fedora-glibc-20041210T0634Jakub Jelinek
2004-11-20Updated to fedora-glibc-20041120T0949Jakub Jelinek
2004-11-19chunksize(x) => x->sizeJakub Jelinek
2004-11-19Another version of the free checks.Jakub Jelinek
2004-11-16MINSIZE => 2 * SIZE_SZJakub Jelinek
2004-11-15 * malloc/malloc.c (_int_free): Further free () protection checks.Jakub Jelinek
2004-11-15Updated to fedora-glibc-20041115T0915Jakub Jelinek
2004-11-02Updated to fedora-glibc-20041102T1153Jakub Jelinek
2004-10-14Updated to fedora-glibc-20041014T0548Jakub Jelinek
2004-10-12Updated to fedora-glibc-20041012T1128cvs/fedora-glibc-2_3_3-67Jakub Jelinek
2004-10-04Updated to fedora-glibc-20041004T0747cvs/fedora-glibc-2_3_3-64Jakub Jelinek
2004-09-25Updated to fedora-glibc-20040925T0738Jakub Jelinek
2004-09-10nt_free): Only do arena boundary check for contiguous arenas.Ulrich Drepper
2004-09-09Update.Ulrich Drepper
2004-09-09(_int_free): Add inexpensive double free and memory corruption tests. (malloc...Ulrich Drepper
2004-09-09Update.Ulrich Drepper
2004-09-08Update.Ulrich Drepper
2004-08-21Update.Ulrich Drepper
2004-08-13Update.Ulrich Drepper
2004-03-19Update.Ulrich Drepper
2004-03-05Update.Ulrich Drepper
2003-12-17Update.Ulrich Drepper
2003-09-30Update.Ulrich Drepper
2003-09-23Update.Ulrich Drepper
2003-09-12Update.Ulrich Drepper
2003-09-08Update.Ulrich Drepper
2003-08-19Update.Ulrich Drepper
2003-08-19Update.Ulrich Drepper
2003-06-18Update.Ulrich Drepper
2003-05-01Update.Ulrich Drepper
2003-04-30(mEMALIGn): Define alias __memalign_internal. (__posix_memalign): Use __memal...Ulrich Drepper
2003-01-30Update.Ulrich Drepper
2003-01-13* include/fcntl.h: Declare __libc_creat.Roland McGrath
2003-01-07Update.Ulrich Drepper
2002-12-18Update.Ulrich Drepper
2002-12-06* sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.Roland McGrath
2002-09-29* malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining.Roland McGrath
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath
2002-08-25Update.Ulrich Drepper