Re: heap memory among shared libraries
Re: heap memory among shared libraries
- Subject: Re: heap memory among shared libraries
- From: Andreas Monitzer <email@hidden>
- Date: Wed, 26 Sep 2001 00:27:51 +0200
On Tuesday, September 25, 2001, at 11:32 , Jeff Howe wrote:
I am not sure if this is the proper group in which to ask
this question, but I'll try it here:
If I have two shared libraries, say, two frameworks used in
the same application, is it safe to malloc (or new) an object
in one framework, and free (or delete) it in the other one?
I'd suggest using NSData.
andy
--
Description forthcoming.