Last call for 3.0.0
Mike Hommey
mh+jemalloc at glandium.org
Wed May 9 07:53:41 PDT 2012
On Wed, May 09, 2012 at 04:45:15PM +0200, Mike Hommey wrote:
> On Wed, May 09, 2012 at 07:27:10AM -0700, Justin Lebar wrote:
> > Oh.
> >
> > Did you port over a different version of chunk_alloc_mmap for Windows?
> > I don't recall seeing that in a patch.
>
> Yes, I did.
>
> > See Mozilla's jemalloc; we have to use a different strategy on Windows
> > because Windows requires a 1:1 mapping between VirtualAlloc and
> > VirtualFree.
>
> I noticed that. I'll add an assertion on VirtualFree failing to see if
> it could be that.
Actually, as I'm building jemalloc with --enable-debug, there's already
such an assertion, and I don't hit it.
Mike
More information about the jemalloc-discuss
mailing list