Subject: Re: CVS commit: src/sys/nfs
To: Matt Thomas <matt@3am-software.com>
From: None <itojun@iijlab.net>
List: source-changes
Date: 05/29/2003 11:57:32
>>Because if you use MALLOC, you're supposed to use FREE. If you want to use
>>free(), you must use malloc(), not MALLOC().
>
>I don't believe that's true.  You use MALLOC and FREE for fixed sizes and
>when the inline makes a performance difference.  Otherwise use malloc/free.

	i remember someone (thorpej?) proposed to get rid of uppercase version
	by having some C inline function for free/malloc.  what is the status?

itojun