Re: [Newbie Q] Memory Management in Cocoa
Re: [Newbie Q] Memory Management in Cocoa
- Subject: Re: [Newbie Q] Memory Management in Cocoa
- From: Ondra Cada <email@hidden>
- Date: Tue, 5 Nov 2002 23:35:27 +0100
On Tuesday, November 5, 2002, at 11:25 , Kevin Elliott wrote:
Though, I don't think I've ever seen anyone actually call it...
Well, I keep the (so far as I know, never explicitly stated anywhere)
convention of using alloc/init instead in production code, but for any
quickly-rigged tool it seems to me far more convenient to go
id p=[NSAutoreleasePool new];
than to bother with making the normal variant... ;)
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.