commit | 58ad1e4956affe0f9949445dce4410ad70b4cdac | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Fri May 11 17:40:16 2012 -0700 |
committer | Jason Evans <jasone@canonware.com> | Fri May 11 17:40:16 2012 -0700 |
tree | 05e57524cef05ab567bbb3fb6f693c454a7e1490 | |
parent | d8ceef6c5558fdab8f9448376ae065a9e5ffcbdd [diff] |
Return early in _malloc_{pre,post}fork() if uninitialized. Avoid mutex operations in _malloc_{pre,post}fork() unless jemalloc has been initialized. Reported by David Xu.