Instance Method
インスタンスメソッド
dealloc()
Deallocates the memory occupied by the receiver.
レシーバによって占有されたメモリを割り当て解除します。
Discussion
議論
This method behaves as described in the NSObject
class specification under the dealloc
instance method.
このメソッドは、NSObject
クラス仕様においてdealloc
インスタンスメソッドの下で記述されるように振る舞います。
See Also
参照
Related Documentation
関連文書
func finalize()
The garbage collector invokes this method on the receiver before disposing of the memory it uses.
ガベージコレクタは、このメソッドをレシーバ上で、それが使うメモリの処分を行う前に発動します。