Re: standards/85090: [patch] add memalign() and posix_memalign() functions
From: Dan Nelson (dnelson_at_allantgroup.com)
Date: 08/30/05
- Previous message: Salvador Waters: "Windows XP + Office XP"
- In reply to: Sergey Matveychuk: "standards/85090: [patch] add memalign() and posix_memalign() functions"
- Next in thread: Sergey Matveychuk: "Re: standards/85090: [patch] add memalign() and posix_memalign() functions"
- Reply: Sergey Matveychuk: "Re: standards/85090: [patch] add memalign() and posix_memalign() functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message: Salvador Waters: "Windows XP + Office XP"
- In reply to: Sergey Matveychuk: "standards/85090: [patch] add memalign() and posix_memalign() functions"
- Next in thread: Sergey Matveychuk: "Re: standards/85090: [patch] add memalign() and posix_memalign() functions"
- Reply: Sergey Matveychuk: "Re: standards/85090: [patch] add memalign() and posix_memalign() functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]