malloc: Remove malloc hooks from fork handler
commit8a727af925be63aa6ea0f5f90e16751fd541626b
authorFlorian Weimer <fweimer@redhat.com>
Thu, 14 Apr 2016 07:18:30 +0000 (14 09:18 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 14 Apr 2016 07:18:30 +0000 (14 09:18 +0200)
tree6087805d375e12f7e3b1ad8cbf60dac3a2c9af96
parentae9e94e744c2328b57c6586584b0cd776b7b4ca8
malloc: Remove malloc hooks from fork handler

The fork handler now runs so late that there is no risk anymore that
other fork handlers in the same thread use malloc, so it is no
longer necessary to install malloc hooks which made a subset
of malloc functionality available to the thread that called fork.
ChangeLog
malloc/arena.c
malloc/malloc.c