• 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: garbage collection and NSConnection
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: garbage collection and NSConnection


  • Subject: Re: garbage collection and NSConnection
  • From: "Sean McBride" <email@hidden>
  • Date: Mon, 7 Jul 2008 13:33:45 -0400
  • Organization: Rogue Research

On 7/6/08 11:18 PM, Hamish Allan said:

>--------
>collectExhaustively
>Tells the receiver to collect iteratively.
>
>- (void)collectExhaustively
>
>Discussion
>You use this method to indicate to the collector that it should
>perform an exhaustive collection. Collection is subject to
>interruption on user input.
>
>Availability Available in Mac OS X v10.5 and later.
>Declared In NSGarbageCollector.h
>--------
>
>"Collection is subject to interruption on user input" -- with no
>mention of when it might be re-started.

There's always the lower-level:

	objc_collect (OBJC_EXHAUSTIVE_COLLECTION |
    OBJC_WAIT_UNTIL_DONE);

--
____________________________________________________________
Sean McBride, B. Eng                 email@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: garbage collection and NSConnection
      • From: "Hamish Allan" <email@hidden>
References: 
 >Re: garbage collection and NSConnection (From: "Joan Lluch (casa)" <email@hidden>)
 >Re: garbage collection and NSConnection (From: "Michael Ash" <email@hidden>)
 >Re: garbage collection and NSConnection (From: Joan Lluch (casa) <email@hidden>)
 >Re: garbage collection and NSConnection (From: Chris Hanson <email@hidden>)
 >Re: garbage collection and NSConnection (From: "Hamish Allan" <email@hidden>)

  • Prev by Date: Re: Guidelines for Cocoa frameworks supporting garbage collection?
  • Next by Date: debugging runaway allocations under gc
  • Previous by thread: Re: garbage collection and NSConnection
  • Next by thread: Re: garbage collection and NSConnection
  • Index(es):
    • Date
    • Thread