It's supposed to be managed automatically. If you see suspicious behavior, please file a bug with reproducing steps if possible.
Thanks, Aki On 2010/01/05, at 15:03, [email protected] wrote: > My app repeatedly loads and unloads a couple of MB of text into an NSTextView. > Running heap(1) reveals > > heap 12462 -sumObjectFields | grep NSATS > 2 22833792 11416896.0 NSATSGlyphStorage ObjC AppKit > > This 23MB memory is allocated in the auto zone and does not noticeably > decrease if the NSTextView contents are small. > > Would it be correct to assume these memory blocks are managed by the layout > manager and will be reallocated as and when appropriate? > > Regards > > Jonathan Mitchell > > Developer > http://www.mugginsoft.com > > > > > > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/aki%40apple.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
