- collectIfNeeded
Tells the receiver to collect if memory consumption thresholds have been exceeded.
レシーバに収集するように伝えます、もしメモリ消費しきい値が超過されたならば。
Availability 有効性
Technology
- (void)collectExhaustively;
You use this method to indicate to the collector that it should perform an exhaustive collection. Collection is subject to interruption on user input. あなたはこのメソッドを使って、それがある徹底的収集を実行すべきであることを、コレクタに指し示します。収集は、ユーザ入力において中断される場合があります。
- collectIfNeeded