Detect Memory leakage in framework.
Detect Memory leakage in framework.
- Subject: Detect Memory leakage in framework.
- From: "rohit dhamija" <email@hidden>
- Date: Tue, 21 Mar 2006 10:02:11 +0530
Working on
Mac OSX 10.4.5 PowerPC
Xcode 2.2
My application is accessing USB bulk device using framework ( i have
sources for both of them) and I need to "detect for the memory leaks"
in the framework.
I am allocating some memory to the structures from the framework. For
each thread opened from the app, the framewrk allocates a memory for
some structures. So i need to detect what happens when the thread gets
closed. Does the memory gets freed itself ???
We can check the memory leaks of the application through "MallocDebug"
tool. But is there any way to check for the memory leakage occuring in
the framework itself ?
Does MallocDebug tool detects the leakages occuring in framework also,
while the application is communicating to the framework ? Is there any
way out to know about the memory leakage in the framework while it is
communicating to the application.
I hope my query is clear. Please comment.
Thanks and Regards,
Rohit Dhamija
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden