Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/nfs
>>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
Home |
Main Index |
Thread Index |
Old Index