Testing for Memory Leaks
Testing for Memory Leaks
- Subject: Testing for Memory Leaks
- From: Ted Lowery <email@hidden>
- Date: Mon, 11 Nov 2002 08:49:15 -0500
Hi all-
How can I tell if I am leaking memory from my Cocoa Objective C
application runnning on Mac OS X 10.2 (Jaguar).
In previous OS (non-mac) I have had access to a variety of calls where
I could query the amount of available memory. I just query at the
start of my program and before termination, then compare the values and
report an error if they don't match.
Is there such a mechanism to test Cocoa applications written with
Objective C on Mac OS X 10.2 (Jaguar)?
Thanks, Ted
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.