diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-08-10 19:36:56 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-08-15 08:07:36 +0200 |
commit | 0dc7fc1cf094406a138e4d1bcf9553e59edcf89d (patch) | |
tree | c74a61aeb2904253a0903aefc8f562cb00ec80f0 /stdio-common/fxprintf.c | |
parent | 648b832600e94c09e3cee2fa6d3c3684687505e4 (diff) | |
download | glibc-0dc7fc1cf094406a138e4d1bcf9553e59edcf89d.zip glibc-0dc7fc1cf094406a138e4d1bcf9553e59edcf89d.tar.gz glibc-0dc7fc1cf094406a138e4d1bcf9553e59edcf89d.tar.bz2 |
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 'stdio-common/fxprintf.c')
0 files changed, 0 insertions, 0 deletions