Contents

free

Overrides OSObject::free to synchronize with the symbol pool.

Declaration

virtual void free();

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