]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/rtld.c
Simplify malloc initialization
authorUlrich Drepper <drepper@gmail.com>
Sun, 11 Sep 2011 01:47:36 +0000 (21:47 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sun, 11 Sep 2011 01:47:36 +0000 (21:47 -0400)
commit02d46fc4b969e25e4ba0c54aa95fa98d7279bd05
tree8d0fc5bfaeac42091551da91a1f992ff656f1f56
parent22a89187139a9083ca73989bfd11597e0f85cb61
Simplify malloc initialization

Singificantly reduce the code needed at malloc initialization.  In
the process getpagesize is simplified by always initializing
GLRO(dl_pagesize).
ChangeLog
elf/rtld.c
malloc/arena.c
malloc/hooks.c
malloc/malloc.c
nptl/ChangeLog
nptl/sysdeps/pthread/malloc-machine.h
sysdeps/unix/sysv/linux/getpagesize.c