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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to