bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSProtocolChecker doesn't forward messages


From: J.F.Costa
Subject: Re: NSProtocolChecker doesn't forward messages
Date: 25 Apr 2004 13:18:47 -0700

Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com> wrote in message 
news:<mailman.1475.1082865780.1061.bug-gnustep@gnu.org>...
>
> BTW, when should we use objc_malloc() instead of malloc()?  Is there any 
> plan
> to make objc_malloc() better than malloc()?
> 
> Thanks,
> - Kazunobu Kuriyama

        objc_malloc() is garbage collected (when GC is available) and uses
the built-in error handling mechanism in the Objective-C runtime.

J.F.Costa


reply via email to

[Prev in Thread] Current Thread [Next in Thread]