* malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.cvs/fedora-glibc-20060306T0720
commit7d013a64de1cada889f3db5da793a7b965e87ac1
authorRoland McGrath <roland@gnu.org>
Mon, 6 Mar 2006 06:18:43 +0000 (6 06:18 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 6 Mar 2006 06:18:43 +0000 (6 06:18 +0000)
treed8e1a24f918b7053581e67ec29a0a19fdb87c059
parent182ed12e71051879279121779ff068825bcd55b5
* malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.

The correct value differs only on powerpc32, and for now changing it
there is causing more trouble than it's worth.

* malloc/arena.c: Add compile-time sanity check on padding calculation.

2006-03-05  Jakub Jelinek  <jakub@redhat.com>

* malloc/arena.c (heap_info): Adjust the padding size if
MALLOC_ALIGNMENT > 2 * SIZE_SZ.
ChangeLog
malloc/arena.c
malloc/malloc.c
sysdeps/posix/sysconf.c