about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* Updated to fedora-glibc-20060424T2027Jakub Jelinek2006-04-241-2/+2
* Updated to fedora-glibc-20060306T0720Jakub Jelinek2006-03-062-3/+20
* * malloc/malloc.c (MALLOC_ALIGNMENT): Set to __alignof__ (long double)Jakub Jelinek2006-03-021-6/+12
* Updated to fedora-glibc-20060130T0922Jakub Jelinek2006-01-302-66/+105
* Updated to fedora-glibc-20060102T1045Jakub Jelinek2006-01-022-4/+4
* * malloc/mtrace.c (__libc_malloc, __libc_free, __libc_realloc, cvs/fedora-glibc-2_3_90-20Jakub Jelinek2005-12-202-11/+39
* Updated to fedora-glibc-20051219T1003 cvs/fedora-glibc-2_3_90-19Jakub Jelinek2005-12-196-20/+66
* Updated to fedora-glibc-20051115T0809Jakub Jelinek2005-11-151-4/+16
* Updated to fedora-glibc-20051020T0651Jakub Jelinek2005-10-205-75/+89
* Updated to fedora-glibc-20051010T1417Jakub Jelinek2005-10-101-1/+2
* Updated to fedora-glibc-20051003T2040Jakub Jelinek2005-10-036-26/+116
* * malloc.c (struct malloc_chunk): Fix comment typo.Jakub Jelinek2005-09-121-3/+7
* Updated to fedora-glibc-20050822T0727Jakub Jelinek2005-08-222-104/+123
* Updated to fedora-glibc-20050721T0814Jakub Jelinek2005-07-211-8/+3
* Updated to fedora-glibc-20050427T1043Jakub Jelinek2005-04-273-10/+133
* 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-193-19/+78
* Updated to fedora-glibc-20050302T1820Jakub Jelinek2005-03-033-6/+9
* Updated to fedora-glibc-20050208T0948 cvs/fedora-glibc-2_3_4-6Jakub Jelinek2005-02-084-113/+42
* Updated to fedora-glibc-20041215T2056Jakub Jelinek2004-12-151-1/+2
* Updated to fedora-glibc-20041215T0847Jakub Jelinek2004-12-151-8/+14
* Updated to fedora-glibc-20041213T2323 cvs/fedora-glibc-2_3_3-91Jakub Jelinek2004-12-132-29/+49
* 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-20041018T0940 cvs/fedora-glibc-2_3_3-70Jakub Jelinek2004-10-181-3/+4
* * malloc/arena.c (ptmalloc_init): Don't use brk if dlopened cvs/fedora-glibc-2_3_3-69Jakub Jelinek2004-10-181-2/+8
* Updated to fedora-glibc-20041014T0548Jakub Jelinek2004-10-142-1/+22
* Updated to fedora-glibc-20041012T1128 cvs/fedora-glibc-2_3_3-67Jakub Jelinek2004-10-121-0/+4
* Updated to fedora-glibc-20041005T0745Jakub Jelinek2004-10-051-7/+8
* Updated to fedora-glibc-20041004T0747 cvs/fedora-glibc-2_3_3-64Jakub Jelinek2004-10-042-17/+65
* Updated to fedora-glibc-20040929T0821Jakub Jelinek2004-09-291-1/+2
* Updated to fedora-glibc-20040925T0738Jakub Jelinek2004-09-251-1/+8
* Update.Ulrich Drepper2004-09-141-7/+8
* nt_free): Only do arena boundary check for contiguous arenas.Ulrich Drepper2004-09-101-2/+3
* Update.Ulrich Drepper2004-09-092-8/+15
* Update.Ulrich Drepper2004-09-091-4/+4
* (_int_free): Add inexpensive double free and memory corruption tests. (malloc...Ulrich Drepper2004-09-091-24/+50
* Update.Ulrich Drepper2004-09-091-0/+7
* 2004-09-08 Roland McGrath <roland@redhat.com>Roland McGrath2004-09-081-44/+22
* Update.Ulrich Drepper2004-09-084-39/+33
* Update.Ulrich Drepper2004-09-081-5/+7
* Update.Ulrich Drepper2004-08-212-80/+52
* Update.Ulrich Drepper2004-08-131-10/+12
* [BZ #285]Ulrich Drepper2004-08-102-133/+55