This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 638d437dbf Deprecate s390-linux-gnu (31bit) new 7632ba6018 malloc: remove fastbin tests new e3062b06c5 malloc: remove malloc_consolidate new bf1015fb2d malloc: remove allocation from fastbin, and trim_fastbins new 80ee32910f malloc: remove mallopt fastbin stats new 433ee9c02f malloc: remove fastbin code from do_check_malloc_state new 7447efa962 malloc: remove fastbin code from malloc_info new 73245de202 malloc: Remove do_check_remalloced_chunk new bb5a4f5295 malloc: Remove fastbin infrastructure new dacc2ade92 malloc: Remove fastbin comments new 0b9210bd76 malloc: set default tcache fill count to 16
The 10 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: benchtests/bench-malloc-simple.c | 2 +- malloc/Makefile | 6 - malloc/arena.c | 2 - malloc/malloc.c | 687 ++++----------------------------------- malloc/malloc.h | 8 +- malloc/tst-mxfast.c | 57 ---- malloc/tst-safe-linking.c | 135 -------- 7 files changed, 61 insertions(+), 836 deletions(-) delete mode 100644 malloc/tst-mxfast.c