]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: avoid global locks in tst-aligned_alloc-lib.c
authorMiguel Martín <mmartinv@redhat.com>
Tue, 16 Jul 2024 15:14:56 +0000 (17:14 +0200)
committerArjun Shankar <arjun@redhat.com>
Mon, 29 Jul 2024 12:59:08 +0000 (14:59 +0200)
commit2aebac5e158277d852b87b0cbd4af2b2d10ac387
tree3f25b4e267f8a28f59cb3fc5fb4d653c99bb9a8a
parent145b5886379c8de4f0a1bca3556a4c3d7b6c24b2
malloc: avoid global locks in tst-aligned_alloc-lib.c

Make sure the DSO used by aligned_alloc/calloc/malloc tests does not get
a global lock on multithreaded tests.
Reviewed-by: Arjun Shankar <arjun@redhat.com>
(cherry picked from commit 9a27b566b2048f599048f2f4afe1cce06c4ef43d)
malloc/tst-aligned_alloc-lib.c