Hi, guys, I verified that silly bug is the cause. Replacing it with 1<<22 makes everything fine :)
On Wed, Jul 30, 2014 at 8:03 PM, Rogier 'DocWilco' Mulhuijzen < [email protected]> wrote: > Yeah, ^ is bitwise XOR, not power. :) > > On Mon, Jul 28, 2014 at 7:02 PM, Bradley C. Kuszmaul <[email protected]> > wrote: > >> Also 2^31 == 29, not 1<<31 >> >> >> -- Best -Xiaoqiao
_______________________________________________ jemalloc-discuss mailing list [email protected] http://www.canonware.com/mailman/listinfo/jemalloc-discuss
