commit | 0f7376eb6295fcd751956cb3df248e838eea003f | [log] [tgz] |
---|---|---|
author | Mike Hommey <mh@glandium.org> | Tue Jan 17 15:54:36 2017 +0900 |
committer | Jason Evans <jasone@canonware.com> | Tue Jan 17 20:13:28 2017 -0800 |
tree | a5238d105c03b63c9e94175f7a3d452f08d6cdf1 | |
parent | 1ff09534b58957a6f23b1711d986f79f070f2b06 [diff] |
Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions The SDK jemalloc is built against might be not be the latest for various reasons, but the resulting binary ought to work on newer versions of OSX. In order to ensure this, we need the fullest definitions possible, so copy what we need from the latest version of malloc/malloc.h available on opensource.apple.com.