[Top][All Lists]
[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 <address@hidden> wrote in message news:<address@hidden>...
>
> 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