This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4dc22baa84 This patch adds larger ulp errors for the log2p1 function. new 9a27b566b2 malloc: avoid global locks in tst-aligned_alloc-lib.c new b0fbcb7d00 malloc: add multi-threaded tests for aligned_alloc/calloc/malloc
The 2 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: malloc/Makefile | 8 ++ ...d.c => tst-aligned-alloc-random-thread-cross.c} | 9 +- malloc/tst-aligned-alloc-random-thread.c | 145 +++++++++++++++++++++ malloc/tst-aligned_alloc-lib.c | 39 +++--- 4 files changed, 177 insertions(+), 24 deletions(-) copy malloc/{tst-interpose-aux-thread.c => tst-aligned-alloc-random-thread-cross.c} (79%) create mode 100644 malloc/tst-aligned-alloc-random-thread.c