disable
Temporarily disables collections.
Declaration
- (void) disable;Discussion
Invocations of this method can be nested. To reenable collection, you must send the collector an enable message once for each invocation of this method.
Temporarily disables collections.
- (void) disable;Invocations of this method can be nested. To reenable collection, you must send the collector an enable message once for each invocation of this method.