free
The function for freeing allocated storage.
Declaration
var free: (UnsafeMutableRawPointer?) -> VoidParameters
- pointer:
A pointer to memory to free.
Discussion
If this function pointer is nil, the system uses free``().
The function for freeing allocated storage.
var free: (UnsafeMutableRawPointer?) -> VoidA pointer to memory to free.
If this function pointer is nil, the system uses free``().