Contents

taggedRelease(const void *)

Overrides OSObject::taggedRelease(const void *) to synchronize with the symbol pool.

Declaration

virtual void taggedRelease(
 const void *tag) const;

Parameters

  • tag:

    Used for tracking collection references.

Overview

Because OSSymbol shares instances, the reference-counting functions must synchronize access to the class-internal tables used to track those instances.

See Also

Miscellaneous