On Jul 28, 2014, at 4:04 PM, meng <[email protected]> wrote: > Yes, the address returned from the custom chunk_alloc() is got from > mmap(0,2^31,...). Because 2^31 is a multiple of 2^22 (the default chunk > size), it must be aligned with the chunk size.
mmap() makes no guarantees about alignment other than that the returned memory starts at a page boundary. Jason _______________________________________________ jemalloc-discuss mailing list [email protected] http://www.canonware.com/mailman/listinfo/jemalloc-discuss
