taggedRelease(const void *)
Releases a tagged reference to an object, freeing it immediately if the reference count drops to zero.
Declaration
virtual void taggedRelease(
const void *tag = 0) const;Parameters
- tag:
Used for tracking collection references.
Overview
Kernel extensions should not use this function. It is for use by OSCollection and subclasses to track inclusion in collections.