Date: Fri, 23 Mar 2007 22:58:15 +0000 (UTC) From: Jason Evans <jasone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <200703232258.l2NMwFKH002341@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2007-03-23 22:58:15 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Fix posix_memalign() for large objects. Now that runs are extents rather than binary buddies, the alignment guarantees are weaker, which requires a more complex aligned allocation algorithm, similar to that used for alignment greater than the chunk size. Reported by: matteo Revision Changes Path 1.143 +297 -151 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703232258.l2NMwFKH002341>