Contents

NSDeallocateObject

Destroys an existing object.

Declaration

extern void NSDeallocateObject(id object);

Parameters

  • object:

    An object.

Discussion

This function deallocates object, which must have been allocated using NSAllocateObject.

Special Considerations

This function is deprecated and unavailable for use with ARC.

See Also

Object Allocation and Deallocation