diff options
author | Mike Hommey <mh@glandium.org> | 2012-03-20 17:03:09 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-03-20 18:48:42 (GMT) |
commit | f4d0fc310effc6d1200223851897a8036123738c (patch) | |
tree | 918a5d1a9f9aa0c2b01b98c6e524a73f80c04bb2 | |
parent | 650285d5be2aacd9c0e60260563dd0235b729af7 (diff) | |
download | jemalloc-f4d0fc310effc6d1200223851897a8036123738c.zip jemalloc-f4d0fc310effc6d1200223851897a8036123738c.tar.gz jemalloc-f4d0fc310effc6d1200223851897a8036123738c.tar.bz2 |
Unbreak mac after commit 4e2e3dd
-rw-r--r-- | src/zone.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ zone_force_unlock(malloc_zone_t *zone) { if (isthreaded) - jemalloc_postfork(); + jemalloc_postfork_parent(); } malloc_zone_t * |