This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 3cefdd7310 Increase some test timeouts. new d5c3fafc43 Add per-thread cache to malloc
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 28 +++++ INSTALL | 6 + NEWS | 8 ++ config.make.in | 2 + configure | 13 ++ configure.ac | 7 ++ elf/dl-tunables.list | 12 ++ malloc/Makefile | 5 + malloc/arena.c | 11 ++ malloc/malloc.c | 350 +++++++++++++++++++++++++++++++++++++++++++++++++-- manual/install.texi | 6 + manual/probes.texi | 19 +++ manual/tunables.texi | 32 +++++ 13 files changed, 490 insertions(+), 9 deletions(-)