On Sat, May 25, 2013 at 06:59:12PM +0000, Marcel Moolenaar wrote:
> Author: marcel
> Date: Sat May 25 18:59:11 2013
> New Revision: 250991
> URL: http://svnweb.freebsd.org/changeset/base/250991

> Log:
>   Make the malloc(3) family of functions weak and make their non-weak
>   implementations visible for use by applications. The functions $F that
>   are now weak symbols are:
>       allocm, calloc, dallocm, free, malloc, malloc_usable_size,
>       nallocm, posix_memalign, rallocm, realloc, sallocm

>   The non-weak implementations of $F are exported as __$F.

>   Submitted by:       ste...@juniper.net
>   Reviewed by:        jasone@, kib@
>   Approved by:        jasone@ (jemalloc)
>   Obtained from:      juniper Networks, Inc

Is it deliberate that the same treatment is not applied to
aligned_alloc?

-- 
Jilles Tjoelker
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to