heap memory among shared libraries
heap memory among shared libraries
- Subject: heap memory among shared libraries
- From: Jeff Howe <email@hidden>
- Date: Tue, 25 Sep 2001 17:32:32 -0400
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?
thanks,
Jeff