Contents

free

The function for freeing allocated storage.

Declaration

var free: (UnsafeMutableRawPointer?) -> Void

Parameters

  • pointer:

    A pointer to memory to free.

Discussion

If this function pointer is nil, the system uses free``().

See Also

Inspecting Symbolic Factor Options