malloc: Remove check_action variable [BZ #21754]
commitac3ed168d0c0b2b702319ac0db72c9b475a8c72e
authorFlorian Weimer <fweimer@redhat.com>
Wed, 30 Aug 2017 17:29:38 +0000 (30 19:29 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 30 Aug 2017 18:08:34 +0000 (30 20:08 +0200)
tree31135c056fc400d97b639238df4748085c9b1614
parent44bcba80f309b7517f8f954b0389e60eb421373b
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.
ChangeLog
malloc/arena.c
malloc/hooks.c
malloc/malloc.c
manual/memory.texi
manual/probes.texi