]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add glibc.malloc.mxfast tunable
authorDJ Delorie <dj@redhat.com>
Thu, 8 Aug 2019 23:09:43 +0000 (19:09 -0400)
committerArjun Shankar <ashankar@redhat.com>
Wed, 30 Oct 2019 18:03:40 +0000 (19:03 +0100)
commitcb89ba9c72f66327f5d66034681eb1d46eedf96f
tree58411fc25a50ea7c269387e2bcfe64eba11ffe00
parenta645c48756f04d757c69740be0eaa6ffb5f47e3b
Add glibc.malloc.mxfast tunable

* elf/dl-tunables.list: Add glibc.malloc.mxfast.
* manual/tunables.texi: Document it.
* malloc/malloc.c (do_set_mxfast): New.
(__libc_mallopt): Call it.
* malloc/arena.c: Add mxfast tunable.
* malloc/tst-mxfast.c: New.
* malloc/Makefile: Add it.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit c48d92b430c480de06762f80c104922239416826)
ChangeLog
elf/dl-tunables.list
malloc/Makefile
malloc/arena.c
malloc/malloc.c
malloc/tst-mxfast.c [new file with mode: 0644]
manual/tunables.texi