Re: standards/85090: [patch] add memalign() and posix_memalign() functions

From: Dan Nelson (dnelson_at_allantgroup.com)
Date: 08/30/05

  • Next message: Hajimu UMEMOTO: "Re: ip6.int deprecated"
    Date: Tue, 30 Aug 2005 12:02:35 -0500
    To: Sergey Matveychuk <sem@freebsd.org>
    
    

    In the last episode (Aug 30), Sergey Matveychuk said:
    > Could I hear some comments, need we a memalign() function or not?

    Our malloc already aligns pretty well. Blocks < 16 bytes are aligned
    to 16 bytes. Blocks from 16 to pagesize are aligned to powers of two
    (rounded up), and blocks greater than pagesize are aligned to pagesize.

    -- 
    	Dan Nelson
    	dnelson@allantgroup.com
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
    

  • Next message: Hajimu UMEMOTO: "Re: ip6.int deprecated"