Re: Window resizing make weird things happen
Re: Window resizing make weird things happen
- Subject: Re: Window resizing make weird things happen
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 15 Aug 2001 19:27:06 +0100
On Wednesday, August 15, 2001, at 06:49 pm, email@hidden wrote:
I bet this is due to memory leaks, but I have no idea on how to read
the output of MallocDebug. If memory leaks are the problem, please
direct me to a site or (if it isn't a bother) explain the application
to me I would really appreciate it. It is something I have to learn if
I want to go anywhere in writing programs in any language (except maybe
Java, since it auto collects garbage).
You really want ObjectAlloc not MallocDebug, and there is an article on
memory management in Cocoa at
http://www.stepwise.com/Articles/Technical/2001-03-11.01.html and a more
in depth one at
http://www.stepwise.com/Articles/Technical/HoldMe.html
and a whole section of www.cocoadev.com devoted to it (under
MemoryManagement, IIRC).