Re: svn commit: r187961 - in head: include sys/sys

2009-01-31 Thread David Schultz
On Sat, Jan 31, 2009, David Schultz wrote: > Add a function attribute called `__malloc_like', which informs gcc > that the annotated function returns a pointer that doesn't alias any > extant pointer. It wouldn't hurt if a networking guru added this annotation to the mbuf allocator as well,

svn commit: r187961 - in head: include sys/sys

2009-01-31 Thread David Schultz
Author: das Date: Sat Jan 31 18:27:02 2009 New Revision: 187961 URL: http://svn.freebsd.org/changeset/base/187961 Log: Add a function attribute called `__malloc_like', which informs gcc that the annotated function returns a pointer that doesn't alias any extant pointer. This results in a 50%