Deallocates, or frees, memory.
C Library (libc.a)
The xdr_free subroutine is a generic freeing routine that deallocates memory. The proc parameter specifies the eXternal Data Representation (XDR) routine for the object being freed. The objp parameter is a pointer to the object itself.
Item | Description |
---|---|
proc | Points to the XDR stream handle. |
objp | Points to the object being freed. |