diff options
author | 2023-08-10 19:36:56 +0200 | |
---|---|---|
committer | 2023-08-15 08:07:36 +0200 | |
commit | 0dc7fc1cf094406a138e4d1bcf9553e59edcf89d (patch) | |
tree | c74a61aeb2904253a0903aefc8f562cb00ec80f0 /sysdeps/unix/sysv/linux/bits/fcntl-linux.h | |
parent | resolv/nss_dns/dns-host: Get rid of alloca. (diff) | |
download | glibc-0dc7fc1cf094406a138e4d1bcf9553e59edcf89d.tar.xz glibc-0dc7fc1cf094406a138e4d1bcf9553e59edcf89d.zip |
malloc: Remove bin scanning from memalign (bug 30723)
On the test workload (mpv --cache=yes with VP9 video decoding), the
bin scanning has a very poor success rate (less than 2%). The tcache
scanning has about 50% success rate, so keep that.
Update comments in malloc/tst-memalign-2 to indicate the purpose
of the tests. Even with the scanning removed, the additional
merging opportunities since commit 542b1105852568c3ebc712225ae78b
("malloc: Enable merging of remainders in memalign (bug 30723)")
are sufficient to pass the existing large bins test.
Remove leftover variables from _int_free from refactoring in the
same commit.
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/fcntl-linux.h')
0 files changed, 0 insertions, 0 deletions