]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Remove check_action variable [BZ #21754]
authorFlorian Weimer <fweimer@redhat.com>
Wed, 30 Aug 2017 17:29:38 +0000 (19:29 +0200)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 28 Nov 2017 13:39:25 +0000 (19:09 +0530)
commitee717ed23df6a96200a9ec923700a73dae521200
treeaf1dba35544f5fea0143764556a630c223750fbb
parent87889967934d237b11f98945a96c46f0015445e0
malloc: Remove check_action variable [BZ #21754]

Clean up calls to malloc_printerr and trim its argument list.

This also removes a few bits of work done before calling
malloc_printerr (such as unlocking operations).

The tunable/environment variable still enables the lightweight
additional malloc checking, but mallopt (M_CHECK_ACTION)
no longer has any effect.

(cherry-picked from ac3ed168d0c0b2b702319ac0db72c9b475a8c72e)
ChangeLog
malloc/arena.c
malloc/hooks.c
malloc/malloc.c
manual/memory.texi
manual/probes.texi