[PATCH 3/3] Improve zone support for OSX

Jason Evans jasone at canonware.com
Tue Mar 20 11:56:23 PDT 2012


On Mar 20, 2012, at 10:01 AM, mh+jemalloc at glandium.org wrote:
> From: Mike Hommey <mh at glandium.org>
> 
> ---
> I tested a build from 10.7 run on 10.7 and 10.6, and a build from 10.6
> run on 10.6.
> The AC_COMPILE_IFELSE limbo is to avoid running a program during
> configure, which presumably makes it work when cross compiling for iOS.
> 
> configure.ac   |   59 ++++++++----------
> src/jemalloc.c |   20 ++++--
> src/zone.c     |  191 +++++++-------------------------------------------------
> 3 files changed, 63 insertions(+), 207 deletions(-)

Applied; thanks!

I'm currently merging a TLS/TSD abstraction from a year-old FreeBSD porting attempt, so hopefully I'll have the malloc_vtprintf() compilation error fixed today or tomorrow.

Jason


More information about the jemalloc-discuss mailing list