• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: what's an NSZone?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: what's an NSZone?


  • Subject: Re: what's an NSZone?
  • From: "Timothy J. Wood" <email@hidden>
  • Date: Fri, 15 Feb 2002 17:17:54 -0800

On Friday, February 15, 2002, at 04:59 PM, Lance Bland wrote:
Sounds like it could be a special case. Were you only doing processing on memory in that zone (during your testing), or did you have to go out of that zone to get other memory? Was the improvement mostly due to the nature of the free() or was there computational improvement? The nature of our apps are that all the memory was segmented into different zones and cross referenced each other and the interactions were complex.

You could use this approach any time you want to destroy an entire category of blocks of memory and there were no pointers to those blocks of memory from outside of that category.

Certainly, if you have a very complex set of pointer crossings you either need to repartition your data or just not use zones at all.

-tim
_______________________________________________
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.

References: 
 >Re: what's an NSZone? (From: Lance Bland <email@hidden>)

  • Prev by Date: Re: Is there a formatter sample?
  • Next by Date: color of NSButton
  • Previous by thread: Re: what's an NSZone?
  • Next by thread: Re: what's an NSZone?
  • Index(es):
    • Date
    • Thread