Instance Method インスタンスメソッド

collectIfNeeded

Tells the receiver to collect if memory consumption thresholds have been exceeded. レシーバに収集するように伝えます、もしメモリ消費しきい値が超過されたならば。

Declaration 宣言

- (void)collectIfNeeded;

Discussion 議論

You use this method to indicate to the collector that there is an opportunity to perform a collection. Collection is subject to interruption on user input. あなたはこのメソッドを使って、収集を実行する好機であることを、コレクタに指し示します。収集は、ユーザ入力において中断される場合があります。

See Also 参照

Triggering Collection コレクションを引き起こす